Zend Framework  1.12
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
Zend_Tool_Framework_Client_Console_ArgumentParser Class Reference

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
 

Member Function Documentation

_createHelpResponse (   $options = array())
protected

_createHelpResponse

Parameters
unknown_type$options
_parseActionPart ( )
protected

Internal routine for parsing the action name from the arguments.

Returns
null
_parseGlobalPart ( )
protected

Internal routine for parsing global options from the command line.

Returns
null
_parseProviderOptionsPart ( )
protected

Internal routine for parsing the provider options from the command line.

Returns
null
_parseProviderPart ( )
protected

Internal routine for parsing the provider part of the command line arguments.

Returns
null
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.

Returns
null
setArguments ( Array  $arguments)

setArguments

Parameters
array$arguments
Returns
Zend_Tool_Framework_Client_Console_ArgumentParser
setRegistry ( Zend_Tool_Framework_Registry_Interface  $registry)

Member Data Documentation

$_argumentsOriginal = null
protected
$_argumentsWorking = null
protected
$_help = false
protected
$_helpKnownAction = false
protected
$_helpKnownProvider = false
protected
$_helpKnownSpecialty = false
protected
$_manifestRepository = null
protected
$_registry = null
protected
$_request = null
protected
$_response = null
protected