Tool/Framework/Client/Console/ArgumentParser.php

Show: PublicProtectedPrivateinherited
Table of Contents
Zend Framework
LICENSE This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.
Category
Zend  
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  
Package
Zend_Tool  
Subpackage
Framework  
Version
$Id$  

\Zend_Tool_Framework_Client_Console_ArgumentParser

Package: Zend_Tool
Implements
Category
Zend  
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  

Properties

>VPropertyprotected$_argumentsOriginal = null
Default valuenullDetails
Type
n/a
>VPropertyprotected$_argumentsWorking = null
Default valuenullDetails
Type
n/a
>VPropertyprotectedbool $_help = false
Default valuefalseDetails
Type
bool
>VPropertyprotected$_helpKnownAction = false
Default valuefalseDetails
Type
n/a
>VPropertyprotected$_helpKnownProvider = false
Default valuefalseDetails
Type
n/a
>VPropertyprotected$_helpKnownSpecialty = false
Default valuefalseDetails
Type
n/a
>VPropertyprotected\Zend_Tool_Framework_Manifest_Repository $_manifestRepository = null
Holds the manifest repository taken from the registry.
Default valuenullDetails
Type
\Zend_Tool_Framework_Manifest_Repository
>VPropertyprotected\Zend_Tool_Framework_Registry_Interface $_registry = null
Default valuenullDetails
Type
\Zend_Tool_Framework_Registry_Interface
>VPropertyprotected\Zend_Tool_Framework_Client_Request $_request = null
Default valuenullDetails
Type
\Zend_Tool_Framework_Client_Request
>VPropertyprotected\Zend_Tool_Framework_Client_Response $_response = null
Default valuenullDetails
Type
\Zend_Tool_Framework_Client_Response

Methods

methodprotected_createHelpResponse(\unknown_type $options = array()) : void

_createHelpResponse

Parameters
NameTypeDescription
$options\unknown_type
methodprotected_parseActionPart() : null

Internal routine for parsing the action name from the arguments

Returns
TypeDescription
null
methodprotected_parseGlobalPart() : null

Internal routine for parsing global options from the command line

Returns
TypeDescription
null
methodprotected_parseProviderOptionsPart() : null

Internal routine for parsing the provider options from the command line

Returns
TypeDescription
null
methodprotected_parseProviderPart() : null

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

Returns
TypeDescription
null
methodpublicparse() : null

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
TypeDescription
null
methodpublicsetArguments(array $arguments) : \Zend_Tool_Framework_Client_Console_ArgumentParser

setArguments

Parameters
NameTypeDescription
$argumentsarray
Returns
TypeDescription
\Zend_Tool_Framework_Client_Console_ArgumentParser
Documentation was generated by phpDocumentor 2.2.0 .