Zend Framework  1.12
Public Member Functions | Protected Attributes | List of all members
Zend_Tool_Framework_Client_Manifest Class Reference

Public Member Functions

 setRegistry (Zend_Tool_Framework_Registry_Interface $registry)
 setRegistry() - Required for the Zend_Tool_Framework_Registry_EnabledInterface interface
 
 getMetadata ()
 getMetadata() is required by the Manifest Interface.
 
 getIndex ()
 

Protected Attributes

 $_registry = null
 

Member Function Documentation

getIndex ( )
getMetadata ( )

getMetadata() is required by the Manifest Interface.

These are the following metadatas that will be setup:

normalizedActionName

  • metadata for actions
  • value will be a dashed name for the action named in 'actionName' normalizedProviderName
  • metadata for providers
  • value will be a dashed-name for the provider named in 'providerName' normalizedProviderSpecialtyNames
  • metadata for providers normalizedActionableMethodLongParameters
  • metadata for providers normalizedActionableMethodShortParameters
  • metadata for providers
Returns
array Array of Metadatas

Implements Zend_Tool_Framework_Manifest_MetadataManifestable.

setRegistry ( Zend_Tool_Framework_Registry_Interface  $registry)

Member Data Documentation

$_registry = null
protected