Tool/Framework/Client/Console/ArgumentParser.php
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-2012 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
- Package
- Zend_Tool
- Subpackage
- Framework
- Version
- $Id: ArgumentParser.php 24593 2012-01-05 20:35:02Z matthew $
\Zend_Tool_Framework_Client_Console_ArgumentParser
- Implements
- \Zend_Tool_Framework_Registry_EnabledInterface
- Category
- Zend
- Copyright
- Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
Properties


\Zend_Tool_Framework_Manifest_Repository $_manifestRepository = null
null
DetailsMethods


_createHelpResponse(\unknown_type $options = array()) : void
_createHelpResponse
Name | Type | Description |
---|---|---|
$options | \unknown_type |


_parseActionPart() : null
Internal routine for parsing the action name from the arguments
Type | Description |
---|---|
null |


_parseGlobalPart() : null
Internal routine for parsing global options from the command line
Type | Description |
---|---|
null |


_parseProviderOptionsPart() : null
Internal routine for parsing the provider options from the command line
Type | Description |
---|---|
null |


_parseProviderPart() : null
Internal routine for parsing the provider part of the command line arguments
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
Type | Description |
---|---|
null |


setArguments(array $arguments) : \Zend_Tool_Framework_Client_Console_ArgumentParser
setArguments
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()
Name | Type | Description |
---|---|---|
$registry | \Zend_Tool_Framework_Registry_Interface |
Type | Description |
---|---|
\Zend_Tool_Framework_Client_Console_ArgumentParser |