API documentation :: Docs For Class arbitBackendIniConfigurationManager
Packages:Interfaces:
Classes:
|
Core::IniBackend::arbitBackendIniConfigurationManagerClass arbitBackendIniConfigurationManagerBasic ini configuration manager. Basic ini configuration manager. Implements static access to all relevant configuration parts and ensures lazy loading to spare the maximum amount of ini parsing effort. It does not implement caching for parsed ini files, but this might be added in this class later.
Member Variables
Method Summary
MethodscreateConfigurationInstance
static void
createConfigurationInstance(
)
Ensure existance of ezcConfigurationManager existance Ensure a valid instance of the ezcConfigurationManager, which is used as a backend to initialize the ocnfiguration structures. Ensure existance of ezcConfigurationManager existance Ensure a valid instance of the ezcConfigurationManager, which is used as a backend to initialize the ocnfiguration structures. getMainConfiguration
static arbitBackendIniMainConfiguration
getMainConfiguration(
)
Get arbit main configuration Get the main configuration of the current arbit instance. Get arbit main configuration Get the main configuration of the current arbit instance. getModuleConfiguration
static arbitBackendIniModuleConfiguration
getModuleConfiguration(
string
$project
, string
$module
, [string
$class
= 'arbitBackendIniModuleConfiguration'] )
Get configuration of a projects module Receive the configuration for a module in the given project. Get configuration of a projects module Receive the configuration for a module in the given project. Optionally you may specify a class with default values for the settings, like available for the project and main configuration. By default the arbitBackendIniModuleConfiguration class, without any default values, will be used. Parameters:
getProjectConfiguration
static arbitBackendIniProjectConfiguration
getProjectConfiguration(
string
$project
)
Get configuration of a project Receive the configuration for the given project. Get configuration of a project Receive the configuration for the given project. Parameters:
Documentation generated on Mon, 05 Apr 2010 14:02:03 +0200 by phpDocumentor 1.4.3
|