Zend Framework
1.12
|
Public Member Functions | |
__config ($options=array()) | |
setOptions (Array $options) | |
setConfigFilepath ($configFilepath) | |
getConfigFilepath () | |
Return the filepath of the configuration. | |
get ($name, $defaultValue=null) | |
Get a configuration value. | |
__get ($name) | |
Get a configuration value. | |
__isset ($name) | |
Check if a configuration value isset. | |
__unset ($name) | |
__set ($name, $value) | |
exists () | |
Check if the User profile has a configuration. | |
getConfigInstance () | |
save () | |
Save changes to the configuration into persistence. | |
Protected Member Functions | |
loadConfig ($configFilepath) | |
Load the configuration from the given path. | |
getConfigWriter () | |
Get the config writer that corresponds to the current config file type. | |
Protected Attributes | |
$_configFilepath = null | |
$_config = null | |
__config | ( | $options = array() | ) |
array | $options |
__get | ( | $name | ) |
Get a configuration value.
string | $name |
__isset | ( | $name | ) |
Check if a configuration value isset.
string | $name |
__set | ( | $name, | |
$value | |||
) |
string | $name | |
mixed | $value |
__unset | ( | $name | ) |
string | $name |
exists | ( | ) |
Check if the User profile has a configuration.
get | ( | $name, | |
$defaultValue = null |
|||
) |
Get a configuration value.
string | $name | |
string | $defaultValue |
getConfigFilepath | ( | ) |
Return the filepath of the configuration.
getConfigInstance | ( | ) |
Zend_Tool_Framework_Client_Exception |
|
protected |
Get the config writer that corresponds to the current config file type.
|
protected |
Load the configuration from the given path.
string | $configFilepath |
save | ( | ) |
Save changes to the configuration into persistence.
setConfigFilepath | ( | $configFilepath | ) |
string | $configFilepath |
setOptions | ( | Array | $options | ) |
array | $options |
|
protected |
|
protected |