PHP 클래스 Horde_Core_Bundle, horde

Copyright 2011-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.
저자: Jan Schneider ([email protected])
파일 보기 프로젝트 열기: horde/horde

보호된 프로퍼티들

프로퍼티 타입 설명
$_cli Horde_Core_Cli
$_config Horde_Config
$_pearconf string Path to the PEAR configuration file.

공개 메소드들

메소드 설명
__construct ( Horde_Core_Cli $cli, $pearconf = null ) Constructor.
configAuth ( ) Asks for the administrator settings and creates the authentication configuration.
configDb ( ) Asks for the database settings and creates the SQL configuration.
init ( ) Creates and loads a basic conf.php configuration file.
migrateDb ( ) Creates or updates the database tables.
writeAllConfigs ( ) Creates default configuration files for all installed applications.
writeConfig ( Horde_Variables $vars ) Writes the current configuration to the conf.php file.

보호된 메소드들

메소드 설명
_configAuth ( Horde_Variables $vars ) Asks for the administrator settings.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( Horde_Core_Cli $cli, $pearconf = null )
$cli Horde_Core_Cli

_configAuth() 추상적인 보호된 메소드

Asks for the administrator settings.
abstract protected _configAuth ( Horde_Variables $vars )
$vars Horde_Variables

configAuth() 공개 메소드

Asks for the administrator settings and creates the authentication configuration.
public configAuth ( )

configDb() 공개 메소드

Asks for the database settings and creates the SQL configuration.
public configDb ( )

init() 공개 메소드

Creates and loads a basic conf.php configuration file.
public init ( )

migrateDb() 공개 메소드

Creates or updates the database tables.
public migrateDb ( )

writeAllConfigs() 공개 메소드

Creates default configuration files for all installed applications.
public writeAllConfigs ( )

writeConfig() 공개 메소드

Writes the current configuration to the conf.php file.
public writeConfig ( Horde_Variables $vars )
$vars Horde_Variables

프로퍼티 상세

$_cli 보호되어 있는 프로퍼티

protected Horde_Core_Cli $_cli
리턴 Horde_Core_Cli

$_config 보호되어 있는 프로퍼티

protected Horde_Config $_config
리턴 Horde_Config

$_pearconf 보호되어 있는 프로퍼티

Path to the PEAR configuration file.
protected string $_pearconf
리턴 string