category Zend
package Zend_Tool
copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
license New BSD License

 Methods

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

parse() : null

Returns

null

setArguments

setArguments(array $arguments) : \Zend_Tool_Framework_Client_Console_ArgumentParser

Parameters

$arguments

array

Returns

\Zend_Tool_Framework_Client_Console_ArgumentParser

setRegistry()

setRegistry(\Zend_Tool_Framework_Registry_Interface $registry) : \Zend_Tool_Framework_Client_Console_ArgumentParser
inherited_from \Zend_Tool_Framework_Registry_EnabledInterface::setRegistry()

Parameters

$registry

\Zend_Tool_Framework_Registry_Interface

Returns

\Zend_Tool_Framework_Client_Console_ArgumentParser

_createHelpResponse

_createHelpResponse(\unknown_type $options = array()

Parameters

$options

\unknown_type

Internal routine for parsing the action name from the arguments

_parseActionPart() : null

Returns

null

Internal routine for parsing global options from the command line

_parseGlobalPart() : null

Returns

null

Internal routine for parsing the provider options from the command line

_parseProviderOptionsPart() : null

Returns

null

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

_parseProviderPart() : null

Returns

null

 Properties

 

$_argumentsOriginal

$_argumentsOriginal 

Default

null
 

$_argumentsWorking

$_argumentsWorking 

Default

null
 

$_help

$_help : boolean

Default

false
 

$_helpKnownAction

$_helpKnownAction 

Default

false
 

$_helpKnownProvider

$_helpKnownProvider 

Default

false
 

$_helpKnownSpecialty

$_helpKnownSpecialty 

Default

false
 

Holds the manifest repository taken from the registry.

$_manifestRepository : \Zend_Tool_Framework_Manifest_Repository

Default

null
 

$_registry

$_registry : \Zend_Tool_Framework_Registry_Interface

Default

null
 

$_request

$_request : \Zend_Tool_Framework_Client_Request

Default

null
 

$_response

$_response : \Zend_Tool_Framework_Client_Response

Default

null