Zend Framework
LICENSE
This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.
Zend_Config $_config = 'null'
$_configFilepath = 'null'
__config(
array $options
=
array
)
:
__get(
string $name
)
:
mixed
Get a configuration value
__isset(
string $name
)
:
boolean
Check if a configuration value isset.
__set(
string $name, mixed $value
)
:
__unset(
string $name
)
:
exists(
)
:
bool
Check if the User profile has a configuration.
get(
string $name, string $defaultValue
=
null
)
:
mixed
Get a configuration value.
getConfigFilepath(
)
:
string
Return the filepath of the configuration.
getConfigWriter(
)
:
Zend_Config_Writer_FileAbstract
Get the config writer that corresponds to the current config file type.
loadConfig(
string $configFilepath
)
:
Load the configuration from the given path.
save(
)
:
bool
Save changes to the configuration into persistence.
setConfigFilepath(
string $configFilepath
)
:
Zend_Tool_Framework_Client_Config
setOptions(
array $options
)
: