Public Member Functions | |
__construct ($model, $attribute, $form=null, array $params=array()) | |
Protected Member Functions | |
getAddBlank () | |
getDropDownArray () |
Display a drop down of contact states specifically for mapping rules during the import process.
Definition at line 40 of file ImportMappingRuleContactStatesDropDownElement.php.
__construct | ( | $ | model, | |
$ | attribute, | |||
$ | form = null , |
|||
array $ | params = array() | |||
) |
Constructs the element specifying the model and attribute. In the case of needing to show editable information, a form is also provided.
$form | Optional. If supplied an editable element will be rendered. | |
$params | Can have additional parameters for use. 'wide' true or false is an example parameter |
Reimplemented from Element.
Definition at line 42 of file ImportMappingRuleContactStatesDropDownElement.php.
getAddBlank | ( | ) | [protected] |
Override to always return true since a blank should always be here.
Reimplemented from DropDownElement.
Definition at line 52 of file ImportMappingRuleContactStatesDropDownElement.php.