Method |
Description |
|
getArguments ( ) : array |
Return the arguments parsed from the command line. |
|
getComponent ( ) : Components_Component |
Return the selected component. |
|
getOption ( string $option ) : mixed |
Return the specified option. |
|
getOptions ( ) : Horde_Argv_Values |
Return all options. |
|
getPath ( ) : string |
Get the path to the directory of the selected component (in case it was a
source component). |
|
setComponent ( Components_Component $component ) : null |
Set the path to the component directory. |
|
setOption ( string $key, string $value ) : null |
Set an additional option value. |
|
setPath ( string $path ) : null |
Set the path to the directory of the selected source component. |
|
shiftArgument ( ) : mixed |
Shift an element from the argument list. |
|
unshiftArgument ( string $element ) : null |
Unshift an element to the argument list. |
|