Zend Framework
1.12
|
Public Member Functions | |
__construct ($options=array()) | |
setOptions (Array $options=array()) | |
setType ($type) | |
setType() | |
getType () | |
getType() | |
setName ($name) | |
setName() | |
getName () | |
getName() | |
setValue ($value) | |
setValue() | |
getValue () | |
getValue() | |
getAttributes () | |
__isset ($name) | |
__isset() | |
__unset ($name) | |
__unset() | |
__get ($name) | |
__get() - Get a property via property call $metadata->foo | |
__set ($name, $value) | |
__set() - Set a property via the magic set $metadata->foo = 'foo' | |
Protected Attributes | |
$_type = 'Dynamic' | |
$_name = null | |
$_value = null | |
$_dynamicAttributes = array() | |
__construct | ( | $options = array() | ) |
__get | ( | $name | ) |
__isset | ( | $name | ) |
__set | ( | $name, | |
$value | |||
) |
__set() - Set a property via the magic set $metadata->foo = 'foo'
string | $name | |
mixed | $value |
__unset | ( | $name | ) |
getAttributes | ( | ) |
Implements Zend_Tool_Framework_Metadata_Attributable.
getName | ( | ) |
getType | ( | ) |
The type of metadata this describes
Implements Zend_Tool_Framework_Metadata_Interface.
getValue | ( | ) |
setName | ( | $name | ) |
setOptions | ( | Array | $options = array() | ) |
setType | ( | $type | ) |
setValue | ( | $value | ) |
|
protected |
|
protected |
|
protected |
|
protected |