Tool/Framework/Metadata/Dynamic.php
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 [email protected] so we can send you a copy immediately.
- Category
- Zend
- Copyright
- Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
- Package
- Zend_Tool
- Subpackage
- Framework
- Version
- $Id: Dynamic.php 24593 2012-01-05 20:35:02Z matthew $
\Zend_Tool_Framework_Metadata_Dynamic
Package: Zend\Tool
Parameters
Returns
- Implements
- \Zend_Tool_Framework_Metadata_Interface
- \Zend_Tool_Framework_Metadata_Attributable
- Category
- Zend
- Copyright
- Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
Properties
Methods


__get(string $name) : mixed
__get() - Get a property via property call $metadata->foo
Parameters
Returns
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'
Parameters
Name | Type | Description |
---|---|---|
$name | string | |
$value | mixed |


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


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


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


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