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'
Details $_configFilepath = 'null'
Details__config(
array $options
=
array
)
:
Details__get(
string $name
)
:
mixedGet a configuration value
Details__isset(
string $name
)
:
booleanCheck if a configuration value isset.
Details__set(
string $name, mixed $value
)
:
Details__unset(
string $name
)
:
Detailsexists(
)
:
boolCheck if the User profile has a configuration.
Detailsget(
string $name, string $defaultValue
=
null
)
:
mixedGet a configuration value.
DetailsgetConfigFilepath(
)
:
stringReturn the filepath of the configuration.
DetailsgetConfigWriter(
)
:
Zend_Config_Writer_FileAbstractGet the config writer that corresponds to the current config file type.
DetailsloadConfig(
string $configFilepath
)
:
Load the configuration from the given path.
Detailssave(
)
:
boolSave changes to the configuration into persistence.
DetailssetConfigFilepath(
string $configFilepath
)
:
Zend_Tool_Framework_Client_Config
DetailssetOptions(
array $options
)
:
Details