Core::arbitFrameworkActionCliTool
Class arbitFrameworkActionCliTool
CLI tool class, which handles various adimistrative tasks. CLI tool class, which handles various adimistrative tasks.
arbitFrameworkCliTool
|
--arbitFrameworkActionCliTool
Author(s):
|
Version:
|
$Revision: 1236 $ |
|
License:
|
GPL |
Descendants
| Child Class |
Description |
| arbitModulePdependAdminCliTool |
CLI tool class, which handles various adimistrative tasks.
|
| arbitModulePhplocAdminCliTool |
CLI tool class, which handles various adimistrative tasks.
|
| arbitModuleSourceAdminCliTool |
CLI tool class, which handles various adimistrative tasks.
|
| arbitModuleTrackerAdminCliTool |
CLI tool class, which handles various adimistrative tasks.
|
| arbitModulePhpcsAdminCliTool |
CLI tool class, which handles various adimistrative tasks.
|
| arbitModulePhpDocAdminCliTool |
CLI tool class, which handles various adimistrative tasks.
|
| arbitModulePhpunitAdminCliTool |
CLI tool class, which handles various adimistrative tasks.
|
| arbitFrameworkCouchdbCliTool |
CLI tool class, which handles admintrative tasks regarding the CouchDB backend.
|
| arbitFrameworkAdminCliTool |
CLI tool class, which handles various adimistrative tasks.
|
| arbitFrameworkCronCliTool |
CLI tool class, which handles cron tasks
|
Member Variables
|
protected array |
$actions
= array()
Available actions.
Available actions.
Mapping of the CLI action identifiers to their action names, the array should be structured like:
array(
'action' => array(
'action' => (string) Method name in controller,
), ...
)
|
Inherited Member Variables
Method Summary
|
protected bool |
processDefaultOptions(
&$options
, $options
)
Process default options
Handle the default options. stop afterwards, and false if the execution may continue. |
|
protected void |
registerDefaultOptions(
)
Register options
Register a set of options, which are special for this CLI tool. left empty, if no additional options are required. |
Inherited Methods
Methods
processDefaultOptions
bool
processDefaultOptions(
&$options
, array
$options
)
Process default options
Handle the default options. stop afterwards, and false if the execution may continue. Process default options
Handle the default options. Returns true, if the the execution should stop afterwards, and false if the execution may continue.
Parameters:
| Name |
Type |
Description |
$options |
array |
|
&$options |
array |
|
Redefinition of:
registerDefaultOptions
void
registerDefaultOptions(
)
Register options
Register a set of options, which are special for this CLI tool. left empty, if no additional options are required. Register options
Register a set of options, which are special for this CLI tool. May be left empty, if no additional options are required.
Redefinition of:
|