|
Previous Class |
Solar_Cli_MakeApp |
Next Page |
Solar_Cli_MakeApp
Solar command to make a page-controller app structure.
Package
This class is part of the Array package.
Inheritance:
- Solar_Base
- Solar_Controller_Command
- Solar_Cli_MakeApp
- Solar_Controller_Command
Configuration Keys
extends: The default page-controller class to extend.extends_model: The page-controller class to extend when a model name is the basis for the app.
Constants
None.
Public Properties
The Solar_Cli_MakeApp class has no public properties; try the list of all properties.
Public Methods
These are all the public methods in the Solar_Cli_MakeApp class.
You can also view the list of all public, protected, and private methods.
__construct()- Constructor.
__destruct()- Destructor; closes STDOUT and STDERR file handles.
dump()- Convenience method for getting a dump the whole object, or one of its properties, or an external variable.
exec()- Public interface to execute the command.
getInfoHelp()- Returns the help text for this command.
getInfoOptions()- Returns an array of option flags and descriptions for this command.
locale()- Looks up class-specific locale strings based on a key.
setConsoleController()- Injects the console-controller object (if any) that invoked this command.
Local
- Overview
- Config
- Constants
- Properties
- Methods
- __construct()
- __destruct()
- _buildConfig()
- _createDirs()
- _err()
- _errln()
- _exception()
- _exec()
- _fetchGetoptOptions()
- _loadTemplates()
- _out()
- _outln()
- _parseTemplate()
- _postConfig()
- _postConstruct()
- _postExec()
- _preConfig()
- _preExec()
- _setExtends()
- _setModelName()
- _setTarget()
- _setup()
- _writeAppClass()
- _writeLocale()
- _writeViews()
- dump()
- exec()
- getInfoHelp()
- getInfoOptions()
- locale()
- setConsoleController()