Inheritance diagram for ApiShell:

Public Member Functions | |
| __parseClass ($path) | |
| help () | |
| initialize () | |
| main () | |
Public Attributes | |
| $paths = array() | |
Definition at line 34 of file api.php.
| ApiShell::__parseClass | ( | $ | path | ) |
Parse a given class (located on given file) and get public methods and their signatures.
| object | $File File object | |
| string | $class Class name |
Definition at line 188 of file api.php.
References $path, __(), Object::_stop(), Shell::err(), exists(), and name().
Referenced by main().
| ApiShell::help | ( | ) |
| ApiShell::initialize | ( | ) |
| ApiShell::main | ( | ) |
Override main() to handle action
public
Definition at line 64 of file api.php.
References $path, __(), __parseClass(), Object::_stop(), a(), camelize(), Shell::err(), help(), Shell::hr(), Shell::in(), Configure::listObjects(), Shell::out(), params(), and underscore().
1.4.7