|
Previous Page |
Solar_Cli_MakeDocs |
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()
- _getFile()
- _getOptionSettings()
- _out()
- _outln()
- _postExec()
- _preExec()
- _setup()
- _title1()
- _title2()
- _title3()
- _title4()
- _touch()
- _vt100()
- _write()
- apiVersion()
- dump()
- exec()
- getInfoHelp()
- getInfoOptions()
- locale()
- setConsoleController()
- writeClassConstants()
- writeClassContents()
- writeClassMethod()
- writeClassMethods()
- writeClassOverview()
- writeClassProperties()
- writeClasses()
- writeClassesList()
- writePackageClassList()
- writePackages()