Tool/Framework/Metadata/Basic.php
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.
- 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: Basic.php 24593 2012-01-05 20:35:02Z matthew $
\Zend_Tool_Framework_Metadata_Basic
- Implements
- \Zend_Tool_Framework_Metadata_Interface
- \Zend_Tool_Framework_Metadata_Attributable
- Children
- \Zend_Tool_Framework_Metadata_Tool
- Category
- Zend
- Copyright
- Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
Constants
Properties
Methods

__construct(array $options = array()) : voidConstructor - allows for the setting of options
| Name | Type | Description |
|---|---|---|
| $options | array |

__toString() : string__toString() - string representation of this object
| Type | Description |
|---|---|
| string |

getAttributes(\const $type = self::ATTRIBUTES_ALL, $stringRepresentationOfNonScalars = false) : arraygetAttributes() - this will retrieve any attributes of this object that exist as properties This is most useful for printing metadata.
| Name | Type | Description |
|---|---|---|
| $type | \const | |
| $stringRepresentationOfNonScalars |
| Type | Description |
|---|---|
| array |

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

setOptions(array $options) : \Zend_Tool_Framework_Metadata_BasicsetOptions() - standard issue implementation, this will set any options that are supported via a set method.
| Name | Type | Description |
|---|---|---|
| $options | array |
| Type | Description |
|---|---|
| \Zend_Tool_Framework_Metadata_Basic |

setReference(mixed $reference) : \Zend_Tool_Framework_Metadata_BasicsetReference()
| Name | Type | Description |
|---|---|---|
| $reference | mixed |
| Type | Description |
|---|---|
| \Zend_Tool_Framework_Metadata_Basic |

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

setValue( $value) : \Zend_Tool_Framework_Metadata_BasicsetValue()
| Name | Type | Description |
|---|---|---|
| $value |
| Type | Description |
|---|---|
| \Zend_Tool_Framework_Metadata_Basic |