Zend Framework
1.12
|
Public Member Functions | |
setArguments (Array $arguments) | |
setArguments | |
setRegistry (Zend_Tool_Framework_Registry_Interface $registry) | |
setRegistry() | |
parse () | |
Parse() - This method does the work of parsing the arguments into the enpooint request, this will also (during help operations) fill the response in with information as needed. | |
Protected Member Functions | |
_parseGlobalPart () | |
Internal routine for parsing global options from the command line. | |
_parseActionPart () | |
Internal routine for parsing the action name from the arguments. | |
_parseProviderPart () | |
Internal routine for parsing the provider part of the command line arguments. | |
_parseProviderOptionsPart () | |
Internal routine for parsing the provider options from the command line. | |
_createHelpResponse ($options=array()) | |
_createHelpResponse | |
Protected Attributes | |
$_registry = null | |
$_manifestRepository = null | |
$_request = null | |
$_response = null | |
$_argumentsOriginal = null | |
$_argumentsWorking = null | |
$_help = false | |
$_helpKnownAction = false | |
$_helpKnownProvider = false | |
$_helpKnownSpecialty = false | |
|
protected |
_createHelpResponse
unknown_type | $options |
|
protected |
Internal routine for parsing the action name from the arguments.
|
protected |
Internal routine for parsing global options from the command line.
|
protected |
Internal routine for parsing the provider options from the command line.
|
protected |
Internal routine for parsing the provider part of the command line arguments.
parse | ( | ) |
Parse() - This method does the work of parsing the arguments into the enpooint request, this will also (during help operations) fill the response in with information as needed.
setArguments | ( | Array | $arguments | ) |
setRegistry | ( | Zend_Tool_Framework_Registry_Interface | $registry | ) |
Zend_Tool_Framework_Registry_Interface | $registry |
Implements Zend_Tool_Framework_Registry_EnabledInterface.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |