Tool/Framework/Metadata/Tool.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 license@zend.com so we can send you a copy immediately.
- Category
- Zend
- Copyright
- Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
- Package
- Zend_Tool
- Subpackage
- Framework
- Version
- $Id$
\Zend_Tool_Framework_Metadata_Tool
Package: Zend_Tool
- Parent(s)
- \Zend_Tool_Framework_Metadata_Basic
- Category
- Zend
- Copyright
- Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
Properties
Methods
getActionReference() : \Zend_Tool_Framework_Action_Interface
getActionReference()
Returns
Type | Description |
---|---|
\Zend_Tool_Framework_Action_Interface |
getClientReference() : \Zend_Tool_Framework_Client_Abstract
getClientReference()
Returns
Type | Description |
---|---|
\Zend_Tool_Framework_Client_Abstract |
getProviderReference() : \Zend_Tool_Framework_Provider_Interface
getProviderReference()
Returns
Type | Description |
---|---|
\Zend_Tool_Framework_Provider_Interface |
setActionName(string $actionName) : \Zend_Tool_Framework_Metadata_Tool
setActionName()
Parameters
Returns
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()
Parameters
Returns
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()
Parameters
Returns
Name | Type | Description |
---|---|---|
$client | \Zend_Tool_Framework_Client_Abstract |
Type | Description |
---|---|
\Zend_Tool_Framework_Metadata_Tool |
setProviderName(string $providerName) : \Zend_Tool_Framework_Metadata_Tool
setProviderName()
Parameters
Returns
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()
Parameters
Returns
Name | Type | Description |
---|---|---|
$provider | \Zend_Tool_Framework_Provider_Interface |
Type | Description |
---|---|
\Zend_Tool_Framework_Metadata_Tool |
setSpecialtyName(string $specialtyName) : \Zend_Tool_Framework_Metadata_Tool
setSpecialtyName()
Parameters
Returns
Name | Type | Description |
---|---|---|
$specialtyName | string |
Type | Description |
---|---|
\Zend_Tool_Framework_Metadata_Tool |