Zend Framework
1.12
|
Public Member Functions | |
setRegistry (Zend_Tool_Framework_Registry_Interface $registry) | |
setRegistry() | |
addManifest (Zend_Tool_Framework_Manifest_Interface $manifest) | |
addManifest() - Add a manifest for later processing | |
getManifests () | |
getManifests() | |
addMetadata (Zend_Tool_Framework_Metadata_Interface $metadata) | |
addMetadata() - add a metadata peice by peice | |
process () | |
process() - Process is expected to be called at the end of client construction time. | |
getMetadatas (Array $searchProperties=array(), $includeNonExistentProperties=true) | |
getMetadatas() - This is the main search function for the repository. | |
getMetadata (Array $searchProperties=array(), $includeNonExistentProperties=true) | |
getMetadata() - This will proxy to getMetadatas(), but will only return a single metadata. | |
__toString () | |
__toString() - cast to string | |
count () | |
count() - required by the Countable Interface | |
getIterator () | |
getIterator() - required by the IteratorAggregate interface | |
Protected Attributes | |
$_registry = null | |
$_manifests = array() | |
$_metadatas = array() | |
__toString | ( | ) |
__toString() - cast to string
addManifest | ( | Zend_Tool_Framework_Manifest_Interface | $manifest | ) |
addManifest() - Add a manifest for later processing
Zend_Tool_Framework_Manifest_Interface | $manifest |
addMetadata | ( | Zend_Tool_Framework_Metadata_Interface | $metadata | ) |
addMetadata() - add a metadata peice by peice
Zend_Tool_Framework_Manifest_Metadata | $metadata |
count | ( | ) |
count() - required by the Countable Interface
getIterator | ( | ) |
getIterator() - required by the IteratorAggregate interface
getManifests | ( | ) |
getMetadata | ( | Array | $searchProperties = array() , |
$includeNonExistentProperties = true |
|||
) |
getMetadata() - This will proxy to getMetadatas(), but will only return a single metadata.
This method should be used in situations where the search criteria is known to only find a single metadata object
array | $searchProperties | |
bool | $includeNonExistentProperties |
getMetadatas | ( | Array | $searchProperties = array() , |
$includeNonExistentProperties = true |
|||
) |
getMetadatas() - This is the main search function for the repository.
example: This will retrieve all metadata that matches the following criteria $manifestRepo->getMetadatas(array( 'providerName' => 'Version', 'actionName' => 'show' ));
array | $searchProperties | |
bool | $includeNonExistentProperties |
process | ( | ) |
process() - Process is expected to be called at the end of client construction time.
By this time, the loader has run and loaded any found manifests into the repository for loading
setRegistry | ( | Zend_Tool_Framework_Registry_Interface | $registry | ) |
Zend_Tool_Framework_Registry_Interface | $registry |
Implements Zend_Tool_Framework_Registry_EnabledInterface.
|
protected |
|
protected |
|
protected |