Public Member Functions | |
__construct (Contact $model) | |
rules () | |
attributeLabels () | |
getAttributesMappedToRealAttributesMetadata () | |
Data Fields | |
$anyCity | |
$anyStreet | |
$anyState | |
$anyPostalCode | |
$anyCountry | |
$anyEmail | |
$anyInvalidEmail | |
$anyOptOutEmail | |
$fullName | |
Static Protected Member Functions | |
static | getRedBeanModelClassName () |
Definition at line 37 of file ContactsSearchForm.php.
static getRedBeanModelClassName | ( | ) | [static, protected] |
Override in child to implement.
NotImplementedException |
Reimplemented from ModelForm.
Definition at line 49 of file ContactsSearchForm.php.
rules | ( | ) |
(non-PHPdoc)
Reimplemented from OwnedSearchForm.
Definition at line 59 of file ContactsSearchForm.php.
attributeLabels | ( | ) |
(non-PHPdoc)
Reimplemented from OwnedSearchForm.
Definition at line 74 of file ContactsSearchForm.php.
getAttributesMappedToRealAttributesMetadata | ( | ) |
For each SearchForm attribute, there is either 1 or more corresponding model attributes. Specify this information in this method as an array
Reimplemented from OwnedSearchForm.
Definition at line 89 of file ContactsSearchForm.php.