Public Member Functions | |
__construct (RedBeanModel $model=null, $attributeName=null) | |
rules () | |
attributeLabels () | |
getAttributeTypeName () | |
validateFormula ($attribute, $params) | |
validateAttributeNameDoesNotExists () | |
canUpdateAttributeProperty ($propertyName) | |
![]() | |
__construct (RedBeanModel $model=null, $attributeName=null) | |
__toString () | |
rules () | |
attributeLabels () | |
canUpdateAttributeProperty ($propertyName) | |
getAttributeTypeName () | |
getModelAttributePartialRule () | |
validateAttributeNameDoesNotExists () | |
validateIsAttributeNameDatabaseReservedWord () | |
validateAttributeDoesNotContainReservedCharacters () | |
validateAttributeLabels ($attribute, $params) | |
setModelClassName ($modelClassName) | |
getModelClassName () | |
sanitizeFromPostAndSetAttributes ($values) | |
![]() | |
isAttribute ($attributeName) | |
Static Public Member Functions | |
static | getAttributeTypeDisplayName () |
static | getAttributeTypeDisplayDescription () |
static | getModelAttributeAdapterNameForSavingAttributeFormData () |
![]() | |
static | getAttributeTypeDisplayName () |
static | getAttributeTypeDisplayDescription () |
static | getModelAttributeAdapterNameForSavingAttributeFormData () |
Data Fields | |
$id | |
$formula | |
![]() | |
$attributeName | |
$attributeLabels | |
$defaultValue = null | |
$isAudited = false | |
$isRequired = false | |
Protected Attributes | |
$modelClassName | |
![]() | |
$attributePropertyToDesignerFormAdapter | |
$modelClassName | |
Form for working with calculated number derived attributes.
Definition at line 40 of file CalculatedNumberAttributeForm.php.
validateAttributeNameDoesNotExists | ( | ) |
(non-PHPdoc)
Definition at line 116 of file CalculatedNumberAttributeForm.php.
|
static |
Definition at line 137 of file CalculatedNumberAttributeForm.php.