Zend Framework
LICENSE
This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.
array $_dynamicAttributes = 'array'
string $_name = 'null'
string $_type = 'Dynamic'
string $_value = 'null'
__construct(
$options
=
array
)
:
__get(
string $name
)
:
mixed
__get() - Get a property via property call $metadata->foo
__isset(
string $name
)
:
bool
__isset()
Check if an attrbute is set
__set(
string $name, mixed $value
)
:
__set() - Set a property via the magic set $metadata->foo = 'foo'
__unset(
string $name
)
:
null
__unset()
getAttributes(
)
:
getName(
)
:
string
getName()
Metadata name
getType(
)
:
string
getType()
The type of metadata this describes
getValue(
)
:
string
getValue()
Metadata Value
setName(
$name
)
:
Zend_Tool_Framework_Metadata_Dynamic
setName()
setOptions(
$options
=
array
)
:
setType(
$type
)
:
Zend_Tool_Framework_Metadata_Dynamic
setType()
setValue(
$value
)
:
Zend_Tool_Framework_Metadata_Dynamic
setValue()