Zend Framework
1.12
|
Public Member Functions | |
init () | |
Defined by Zend_Application_Resource_Resource. | |
getTranslate () | |
Retrieve translate object. | |
![]() | |
__construct ($options=null) | |
Create a instance with options. | |
setOptions (array $options) | |
Set options from array. | |
getOptions () | |
Retrieve resource options. | |
mergeOptions (array $array1, $array2=null) | |
Merge options recursively. | |
setBootstrap (Zend_Application_Bootstrap_Bootstrapper $bootstrap) | |
Set the bootstrap to which the resource is attached. | |
getBootstrap () | |
Retrieve the bootstrap to which the resource is attached. | |
Public Attributes | |
const | DEFAULT_REGISTRY_KEY = 'Zend_Translate' |
Protected Attributes | |
$_translate | |
![]() | |
$_bootstrap | |
$_options = array() | |
$_skipOptions | |
getTranslate | ( | ) |
Retrieve translate object.
Zend_Application_Resource_Exception | if registry key was used already but is no instance of Zend_Translate |
init | ( | ) |
Defined by Zend_Application_Resource_Resource.
Implements Zend_Application_Resource_Resource.
|
protected |
const DEFAULT_REGISTRY_KEY = 'Zend_Translate' |