BakeShell Class Reference

Inheritance diagram for BakeShell:

Shell Object

List of all members.


Public Member Functions

 all ()
 help ()
 loadTasks ()
 main ()

Public Attributes

 $tasks = array('Project', 'DbConfig', 'Model', 'Controller', 'View', 'Plugin', 'Test')

Detailed Description

Definition at line 37 of file bake.php.


Member Function Documentation

BakeShell::all (  ) 

BakeShell::help (  ) 

Displays help contents

public

Reimplemented from Shell.

Definition at line 187 of file bake.php.

References Shell::hr(), and Shell::out().

BakeShell::loadTasks (  ) 

Override loadTasks() to handle paths

public

Reimplemented from Shell.

Definition at line 50 of file bake.php.

References Object::_stop(), Inflector::classify(), Shell::err(), params(), Inflector::pluralize(), and Inflector::underscore().

BakeShell::main (  ) 

Override main() to handle action

public

Definition at line 67 of file bake.php.

References a(), config(), Configuration, Shell::hr(), Shell::in(), Shell::out(), and params().


Member Data Documentation

BakeShell::$tasks = array('Project', 'DbConfig', 'Model', 'Controller', 'View', 'Plugin', 'Test')

Reimplemented from Shell.

Definition at line 44 of file bake.php.


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