DbConfigTask Class Reference

Inheritance diagram for DbConfigTask:

Shell Object

List of all members.


Public Member Functions

 bake ($configs)
 execute ()
 initialize ()

Public Attributes

 $path = null

Detailed Description

Definition at line 38 of file db_config.php.


Member Function Documentation

DbConfigTask::bake ( configs  ) 

Assembles and writes database.php

Parameters:
array $configs Configuration settings to use
Returns:
boolean Success public

Definition at line 257 of file db_config.php.

References $config, $filename, $out, Shell::createFile(), and Shell::err().

DbConfigTask::execute (  ) 

Execution method always used for tasks

public

Definition at line 71 of file db_config.php.

References Object::_stop().

DbConfigTask::initialize (  ) 

Initializes the Shell acts as constructor for subclasses allows configuration of tasks prior to shell execution

public

Reimplemented from Shell.

Definition at line 63 of file db_config.php.

References config(), and params().


Member Data Documentation

DbConfigTask::$path = null

Definition at line 45 of file db_config.php.


The documentation for this class was generated from the following file: