Tool/Framework/Client/Console/ArgumentParser.php
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
\Zend_Tool_Framework_Manifest_Repository $_manifestRepository = null
Holds the manifest repository taken from the registry.
Default value
null
DetailsMethods
_createHelpResponse(\unknown_type $options = array()) : void
_createHelpResponse
Parameters
Name | Type | Description |
---|---|---|
$options | \unknown_type |
_parseActionPart() : null
Internal routine for parsing the action name from the arguments
Returns
Type | Description |
---|---|
null |
_parseGlobalPart() : null
Internal routine for parsing global options from the command line
Returns
Type | Description |
---|---|
null |
_parseProviderOptionsPart() : null
Internal routine for parsing the provider options from the command line
Returns
Type | Description |
---|---|
null |
_parseProviderPart() : null
Internal routine for parsing the provider part of the command line arguments
Returns
Type | Description |
---|---|
null |
parse() : 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
Type | Description |
---|---|
null |
setArguments(array $arguments) : \Zend_Tool_Framework_Client_Console_ArgumentParser
setArguments
Parameters
Returns
Name | Type | Description |
---|---|---|
$arguments | array |
Type | Description |
---|---|
\Zend_Tool_Framework_Client_Console_ArgumentParser |
setRegistry(\Zend_Tool_Framework_Registry_Interface $registry) : \Zend_Tool_Framework_Client_Console_ArgumentParser
setRegistry()
Parameters
Returns
Name | Type | Description |
---|---|---|
$registry | \Zend_Tool_Framework_Registry_Interface |
Type | Description |
---|---|
\Zend_Tool_Framework_Client_Console_ArgumentParser |