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
Inherited from: \Zend_Tool_Framework_Metadata_Basic::__construct()Name | Type | Description |
---|---|---|
$options | array |

getActionReference(
)
:
\Zend_Tool_Framework_Action_Interface
getActionReference()
Type | Description |
---|---|
\Zend_Tool_Framework_Action_Interface |

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

getClientReference(
)
:
\Zend_Tool_Framework_Client_Abstract
getClientReference()
Type | Description |
---|---|
\Zend_Tool_Framework_Client_Abstract |

getName(
)
:
string
getName()
Inherited from: \Zend_Tool_Framework_Metadata_Basic::getName()Type | Description |
---|---|
string |

getProviderReference(
)
:
\Zend_Tool_Framework_Provider_Interface
getProviderReference()
Type | Description |
---|---|
\Zend_Tool_Framework_Provider_Interface |

getReference(
)
:
mixed
getReference()
Inherited from: \Zend_Tool_Framework_Metadata_Basic::getReference()Type | Description |
---|---|
mixed |

getType(
)
:
string
getType()
Inherited from: \Zend_Tool_Framework_Metadata_Basic::getType()The type of metadata this describes
Type | Description |
---|---|
string |

getValue(
)
:
mixed
getValue()
Inherited from: \Zend_Tool_Framework_Metadata_Basic::getValue()Type | Description |
---|---|
mixed |

setActionName(
string $actionName
)
:
\Zend_Tool_Framework_Metadata_Tool
setActionName()
Name | Type | Description |
---|---|---|
$actionName | string |
Type | Description |
---|---|
\Zend_Tool_Framework_Metadata_Tool |

setActionReference(
\Zend_Tool_Framework_Action_Interface $action
)
:
\Zend_Tool_Framework_Metadata_Tool
setActionReference()
Name | Type | Description |
---|---|---|
$action | \Zend_Tool_Framework_Action_Interface |
Type | Description |
---|---|
\Zend_Tool_Framework_Metadata_Tool |

setClientReference(
\Zend_Tool_Framework_Client_Abstract $client
)
:
\Zend_Tool_Framework_Metadata_Tool
setClientReference()
Name | Type | Description |
---|---|---|
$client | \Zend_Tool_Framework_Client_Abstract |
Type | Description |
---|---|
\Zend_Tool_Framework_Metadata_Tool |

setName(
string $name
)
:
\Zend_Tool_Framework_Metadata_Basic
setName()
Inherited from: \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.
Inherited from: \Zend_Tool_Framework_Metadata_Basic::setOptions()Name | Type | Description |
---|---|---|
$options | array |
Type | Description |
---|---|
\Zend_Tool_Framework_Metadata_Basic |

setProviderName(
string $providerName
)
:
\Zend_Tool_Framework_Metadata_Tool
setProviderName()
Name | Type | Description |
---|---|---|
$providerName | string |
Type | Description |
---|---|
\Zend_Tool_Framework_Metadata_Tool |

setProviderReference(
\Zend_Tool_Framework_Provider_Interface $provider
)
:
\Zend_Tool_Framework_Metadata_Tool
setProviderReference()
Name | Type | Description |
---|---|---|
$provider | \Zend_Tool_Framework_Provider_Interface |
Type | Description |
---|---|
\Zend_Tool_Framework_Metadata_Tool |

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

setSpecialtyName(
string $specialtyName
)
:
\Zend_Tool_Framework_Metadata_Tool
setSpecialtyName()
Name | Type | Description |
---|---|---|
$specialtyName | string |
Type | Description |
---|---|
\Zend_Tool_Framework_Metadata_Tool |

setType(
string $type
)
:
\Zend_Tool_Framework_Metadata_Basic
setType()
Inherited from: \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()
Inherited from: \Zend_Tool_Framework_Metadata_Basic::setValue()Name | Type | Description |
---|---|---|
$value |
Type | Description |
---|---|
\Zend_Tool_Framework_Metadata_Basic |