Property | Type | Description | |
---|---|---|---|
$_cli | Horde_Core_Cli | ||
$_config | Horde_Config | ||
$_pearconf | string | Path to the PEAR configuration file. |
Method | Description | |
---|---|---|
__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. |
Method | Description | |
---|---|---|
_configAuth ( Horde_Variables $vars ) | Asks for the administrator settings. |
public __construct ( Horde_Core_Cli $cli, $pearconf = null ) | ||
$cli | Horde_Core_Cli |
abstract protected _configAuth ( Horde_Variables $vars ) | ||
$vars | Horde_Variables |
public configAuth ( ) |
public configDb ( ) |
public writeAllConfigs ( ) |
public writeConfig ( Horde_Variables $vars ) | ||
$vars | Horde_Variables |
protected string $_pearconf | ||
return | string |