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.

__construct(
array $options
=
array()
)
:
void
Constructor - 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
)
:
array
getAttributes() - 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_Basic
setName()
Name | Type | Description |
---|---|---|
$name | string |
Type | Description |
---|---|
\Zend_Tool_Framework_Metadata_Basic |

setOptions(
array $options
)
:
\Zend_Tool_Framework_Metadata_Basic
setOptions() - 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_Basic
setReference()
Name | Type | Description |
---|---|---|
$reference | mixed |
Type | Description |
---|---|
\Zend_Tool_Framework_Metadata_Basic |

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

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