Zend Framework
1.12
|
Public Member Functions | |
__construct ($options=null) | |
Constructor. | |
setOptions (array $options) | |
Set object state from array of options. | |
setDefaultValue ($defaultValue) | |
Set default value. | |
getDefaultValue () | |
Retrieve default value. | |
setDescription ($description) | |
Set description. | |
getDescription () | |
Retrieve description. | |
setName ($name) | |
Set name. | |
getName () | |
Retrieve name. | |
setOptional ($flag) | |
Set optional flag. | |
isOptional () | |
Is the parameter optional? | |
setType ($type) | |
Set parameter type. | |
getType () | |
Retrieve parameter type. | |
toArray () | |
Cast to array. | |
Protected Attributes | |
$_defaultValue | |
$_description = '' | |
$_name | |
$_optional = false | |
$_type = 'mixed' | |
__construct | ( | $options = null | ) |
Constructor.
null | array | $options |
getDefaultValue | ( | ) |
Retrieve default value.
getDescription | ( | ) |
Retrieve description.
getName | ( | ) |
Retrieve name.
getType | ( | ) |
Retrieve parameter type.
isOptional | ( | ) |
Is the parameter optional?
setDefaultValue | ( | $defaultValue | ) |
setDescription | ( | $description | ) |
setName | ( | $name | ) |
setOptional | ( | $flag | ) |
setOptions | ( | array | $options | ) |
Set object state from array of options.
array | $options |
setType | ( | $type | ) |
toArray | ( | ) |
Cast to array.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |