Zend Framework
1.12
|
Public Member Functions | |
setRegistry (Zend_Tool_Framework_Registry_Interface $registry) | |
setRegistry() | |
setProcessOnAdd ($processOnAdd=true) | |
Set the ProcessOnAdd flag. | |
addProvider (Zend_Tool_Framework_Provider_Interface $provider, $overwriteExistingProvider=false) | |
Add a provider to the repository for processing. | |
hasProvider ($providerOrClassName, $processedOnly=true) | |
process () | |
Process all of the unprocessed providers. | |
getProviders () | |
getProviders() Get all the providers in the repository | |
getProviderSignatures () | |
getProviderSignatures() Get all the provider signatures | |
getProvider ($providerName) | |
getProvider() | |
getProviderSignature ($providerName) | |
getProviderSignature() | |
count () | |
count() - return the number of providers | |
getIterator () | |
getIterator() - Required by the IteratorAggregate Interface | |
Protected Member Functions | |
_parseName (Zend_Tool_Framework_Provider_Interface $provider) | |
_parseName - internal method to determine the name of an action when one is not explicity provided. | |
Protected Attributes | |
$_registry = null | |
$_processOnAdd = false | |
$_unprocessedProviders = array() | |
$_providerSignatures = array() | |
$_providers = array() | |
|
protected |
_parseName - internal method to determine the name of an action when one is not explicity provided.
Zend_Tool_Framework_Action_Interface | $action |
addProvider | ( | Zend_Tool_Framework_Provider_Interface | $provider, |
$overwriteExistingProvider = false |
|||
) |
Add a provider to the repository for processing.
Zend_Tool_Framework_Provider_Interface | $provider |
count | ( | ) |
count() - return the number of providers
getIterator | ( | ) |
getIterator() - Required by the IteratorAggregate Interface
getProvider | ( | $providerName | ) |
getProviders | ( | ) |
getProviders() Get all the providers in the repository
getProviderSignature | ( | $providerName | ) |
getProviderSignatures | ( | ) |
getProviderSignatures() Get all the provider signatures
hasProvider | ( | $providerOrClassName, | |
$processedOnly = true |
|||
) |
process | ( | ) |
Process all of the unprocessed providers.
setProcessOnAdd | ( | $processOnAdd = true | ) |
Set the ProcessOnAdd flag.
unknown_type | $processOnAdd |
setRegistry | ( | Zend_Tool_Framework_Registry_Interface | $registry | ) |
Zend_Tool_Framework_Registry_Interface | $registry |
Implements Zend_Tool_Framework_Registry_EnabledInterface.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |