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.
상속: extends Components_Config_Base
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

공개 메소드들

메소드 설명
__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() 공개 메소드

Constructor.
public __construct ( )

addConfigurationType() 공개 메소드

Add a configuration type to the configuration handler.
public addConfigurationType ( Components_Config $type ) : null
$type Components_Config The configuration type.
리턴 null

getArguments() 공개 메소드

Return the arguments provided by the configuration handlers.
public getArguments ( ) : array
리턴 array An array of arguments.

getOptions() 공개 메소드

Return the options provided by the configuration handlers.
public getOptions ( ) : array
리턴 array An array of options.

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.
public unshiftConfigurationType ( Components_Config $type ) : null
$type Components_Config The configuration type.
리턴 null