|
Previous Page |
Solar_Cli_MakeModel |
Next Page |
exec()
public
void
exec (
array $argv default NULL
)
Public interface to execute the command.
Inherited from Solar_Controller_Command.
Parameters
- (array)
$argv: The command-line arguments from the user.
Returns
- (void)
Description
Public interface to execute the command.
This method...
- populates and validates the option values
- calls _preExec()
- calls _exec() with the numeric parameters from the options
- calls _postExec()
Local
- Overview
- Constants
- Properties
- Methods
- __construct()
- __destruct()
- _err()
- _errln()
- _exception()
- _exec()
- _getOptionSettings()
- _getSqlConfig()
- _loadTemplates()
- _out()
- _outln()
- _postExec()
- _preExec()
- _setTable()
- _setTarget()
- _setup()
- _vt100()
- apiVersion()
- dump()
- exec()
- getInfoHelp()
- getInfoOptions()
- locale()
- setConsoleController()