Skip to content
Snippets Groups Projects
Commit 2793e732 authored by Christian Wach's avatar Christian Wach :soccer:
Browse files

Declare dynamic class property

parent e99d1451
No related branches found
No related tags found
No related merge requests found
......@@ -65,6 +65,15 @@ class CFAFA_Form_Action_Email extends CFAFA_Form_Action_Base {
*/
public $field_name = 'cfafa_email_';
/**
* Array of translatable mapped Email Fields.
*
* @since 0.1
* @access public
* @var array
*/
public $mapped_email_fields = [];
/**
* Constructor.
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment