Public Member Functions | |
rules () | |
getValueElementType () | |
![]() | |
getValueElementType () | |
__construct ($modelClassName, $modelAttributeName) | |
getAlternateValue () | |
getDisplayLabel () | |
getStringifiedModelForValue () | |
setDisplayLabel ($displayLabel) | |
getModelClassName () | |
getModelAttributeName () | |
rules () | |
attributeLabels () | |
validateValue () | |
getTypeValuesAndLabels ($isCreatingNewModel, $isRequired) | |
resolveValueAndSetToModel (WorkflowActionProcessingModelAdapter $adapter, $attribute) | |
shouldSetNullAlternativeValue () | |
resolveNullAlternativeValueAndSetToModel (WorkflowActionProcessingModelAdapter $adapter, $attribute) | |
![]() | |
isAttribute ($attributeName) | |
Protected Member Functions | |
makeTypeValuesAndLabels ($isCreatingNewModel, $isRequired) | |
![]() | |
makeTypeValuesAndLabels ($isCreatingNewModel, $isRequired) | |
resolveValueForMergeTags ($value, WorkflowActionProcessingModelAdapter $adapter) | |
Additional Inherited Members | |
![]() | |
static | getFormType () |
static | resolveValueBeforeSave () |
![]() | |
const | TYPE_STATIC = 'Static' |
const | TYPE_STATIC_NULL = 'StaticNull' |
$type | |
$value | |
$shouldSetValue | |
![]() | |
$stringifiedModelForValue | |
$modelClassName | |
$modelAttributeName | |
$displayLabel | |
$shouldResolveValueForMergeTags = false | |
Form to work with decimal attributes
Definition at line 40 of file DecimalWorkflowActionAttributeForm.php.
rules | ( | ) |
Override to make sure the value attribute is set as a decimal value
Definition at line 45 of file DecimalWorkflowActionAttributeForm.php.
getValueElementType | ( | ) |
Definition at line 53 of file DecimalWorkflowActionAttributeForm.php.
|
protected |
bool | $isCreatingNewModel | |
bool | $isRequired |
Definition at line 63 of file DecimalWorkflowActionAttributeForm.php.