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.

__get(
string $name
)
:
mixed
__get() - Get a property via property call $metadata->foo
Name | Type | Description |
---|---|---|
$name | string |
Type | Description |
---|---|
mixed |

__isset(
string $name
)
:
bool
__isset()
Check if an attrbute is set
Name | Type | Description |
---|---|---|
$name | string |
Type | Description |
---|---|
bool |

__set(
string $name, mixed $value
)
:
void
__set() - Set a property via the magic set $metadata->foo = 'foo'
Name | Type | Description |
---|---|---|
$name | string | |
$value | mixed |

__unset(
string $name
)
:
null
__unset()
Name | Type | Description |
---|---|---|
$name | string |
Type | Description |
---|---|
null |

setName(
string $name
)
:
\Zend_Tool_Framework_Metadata_Dynamic
setName()
Name | Type | Description |
---|---|---|
$name | string |
Type | Description |
---|---|
\Zend_Tool_Framework_Metadata_Dynamic |

setType(
string $type
)
:
\Zend_Tool_Framework_Metadata_Dynamic
setType()
Name | Type | Description |
---|---|---|
$type | string |
Type | Description |
---|---|
\Zend_Tool_Framework_Metadata_Dynamic |

setValue(
mixed $value
)
:
\Zend_Tool_Framework_Metadata_Dynamic
setValue()
Name | Type | Description |
---|---|---|
$value | mixed |
Type | Description |
---|---|
\Zend_Tool_Framework_Metadata_Dynamic |