PHP Класс Components_Configs, horde
Copyright 2009-2016 Horde LLC (http://www.horde.org/)
See the enclosed file COPYING for license information (LGPL). If you
did not receive this file, see http://www.horde.org/licenses/lgpl21.
Показать файл
Открыть проект
Примеры использования класса
Открытые методы
Метод |
Описание |
|
__construct ( ) |
Constructor. |
|
addConfigurationType ( Components_Config $type ) : null |
Add a configuration type to the configuration handler. |
|
getArguments ( ) : array |
Return the arguments provided by the configuration handlers. |
|
getOptions ( ) : array |
Return the options provided by the configuration handlers. |
|
handleModules ( Components_Modules $modules ) : null |
Provide each configuration handler with the list of supported modules. |
|
unshiftConfigurationType ( Components_Config $type ) : null |
Store a configuration type at the start of the configuration stack. Any
options provided by the new configuration can/will be overridden by
configurations already present. |
|
Описание методов
__construct()
публичный Метод
addConfigurationType()
публичный Метод
Add a configuration type to the configuration handler.
getArguments()
публичный Метод
Return the arguments provided by the configuration handlers.
getOptions()
публичный Метод
Return the options provided by the configuration handlers.
handleModules()
публичный Метод
Provide each configuration handler with the list of supported modules.
public handleModules ( Components_Modules $modules ) : null |
$modules |
Components_Modules |
A list of modules. |
Результат |
null |
|
unshiftConfigurationType()
публичный Метод
Store a configuration type at the start of the configuration stack. Any
options provided by the new configuration can/will be overridden by
configurations already present.