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.

__get(
string $name
)
:
mixed
Get a configuration value
Name | Type | Description |
---|---|---|
$name | string |
Type | Description |
---|---|
mixed |

__isset(
string $name
)
:
boolean
Check if a configuration value isset.
Name | Type | Description |
---|---|---|
$name | string |
Type | Description |
---|---|
boolean |

__set(
string $name, mixed $value
)
:
void
Name | Type | Description |
---|---|---|
$name | string | |
$value | mixed |

get(
string $name, string $defaultValue
=
null
)
:
mixed
Get a configuration value.
Name | Type | Description |
---|---|---|
$name | string | |
$defaultValue | string |
Type | Description |
---|---|
mixed |

getConfigFilepath(
)
:
string
Return the filepath of the configuration.
Type | Description |
---|---|
string |

getConfigInstance(
)
:
\Zend_Config
Type | Description |
---|---|
\Zend_Config |
Exception | Description |
---|---|
\Zend_Tool_Framework_Client_Exception |

getConfigWriter(
)
:
\Zend_Config_Writer_FileAbstract
Get the config writer that corresponds to the current config file type.
Type | Description |
---|---|
\Zend_Config_Writer_FileAbstract |

loadConfig(
string $configFilepath
)
:
void
Load the configuration from the given path.
Name | Type | Description |
---|---|---|
$configFilepath | string |

setConfigFilepath(
string $configFilepath
)
:
\Zend_Tool_Framework_Client_Config
Name | Type | Description |
---|---|---|
$configFilepath | string |
Type | Description |
---|---|
\Zend_Tool_Framework_Client_Config |