|
| __construct (Contact $model) |
|
| setCustomDisplayLabels ($customDisplayLabels) |
|
| setCustomRequiredFields ($customRequiredFields) |
|
| attributeLabels () |
|
| isAttributeRequired ($attribute) |
|
| isCustomRequiredAttribute ($attribute) |
|
| resolveRequiredValidatorsForModel (array $customRequiredFields) |
|
| __construct (RedBeanModel $model) |
|
| getModel () |
|
| __toString () |
|
| __set ($name, $value) |
|
| __get ($name) |
|
| getMetadata () |
|
| isAttribute ($attributeName) |
|
| isAttributeRequired ($attribute) |
|
| attributeNames () |
|
| getAttributeLabel ($attribute) |
|
| setAttributes ($values, $safeOnly=true) |
|
| validate ($attributes=null, $clearErrors=true) |
|
| getValidators ($attribute=null) |
|
| getErrors ($attributeNameOrNames=null) |
|
| hasErrors ($attributeNameOrNames=null) |
|
| save ($runValidation=true, array $attributeNames=null) |
|
| getError ($attribute) |
|
|
| $customDisplayLabels = array() |
|
| $customRequiredFields = array() |
|
| $model |
|
Use this form when creating a new contact from web forms
Definition at line 40 of file ContactWebFormsModelForm.php.
The documentation for this class was generated from the following file: