Class ActionFormModel
Form model for publisher action form. Simplifies publisher form submission since it allows all types to be treated the same. Also allows for additional validation rules not applied to main action form.
- CComponent
- CModel implements IteratorAggregate, ArrayAccess
- CFormModel
- X2FormModel
- ActionFormModelBase
- ActionFormModel
public
array
|
|
public
array
|
#
attributeNames( )
Returns the list of attribute names. By default, this method returns all public properties of the class. You may override this method to change the default. |
public
mixed
|
#
__get( string $name )
Returns a property value, an event handler list or a behavior based on its name. Do not call this method. This is a PHP magic method that we override to allow using the following syntax to read a property or obtain event handlers: $value=$component->propertyName; $handlers=$component->eventName; |
public
mixed
|
getAllErrorMessages()
|
__construct(),
init()
|
addError(),
addErrors(),
afterConstruct(),
afterValidate(),
beforeValidate(),
behaviors(),
clearErrors(),
createValidators(),
generateAttributeLabel(),
getAttributeLabel(),
getAttributes(),
getError(),
getErrors(),
getIterator(),
getSafeAttributeNames(),
getScenario(),
getValidatorList(),
getValidators(),
hasErrors(),
isAttributeRequired(),
isAttributeSafe(),
offsetExists(),
offsetGet(),
offsetSet(),
offsetUnset(),
onAfterConstruct(),
onAfterValidate(),
onBeforeValidate(),
onUnsafeAttribute(),
setAttributes(),
setScenario(),
unsetAttributes()
|
__call(),
__isset(),
__unset(),
asa(),
attachBehavior(),
attachBehaviors(),
attachEventHandler(),
canGetProperty(),
canSetProperty(),
detachBehavior(),
detachBehaviors(),
detachEventHandler(),
disableBehavior(),
disableBehaviors(),
enableBehavior(),
enableBehaviors(),
evaluateExpression(),
getEventHandlers(),
hasEvent(),
hasEventHandler(),
hasProperty(),
raiseEvent()
|
public
mixed
|
$type | null |
$assignedTo,
$associationId,
$associationName,
$associationType,
$completeDate,
$dueDate,
$skipActionTimers,
$timerIds
|
$exceptionClass,
$throwExceptions
|
$attributes,
$errors,
$iterator,
$safeAttributeNames,
$scenario,
$validatorList,
$validators
|