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 [email protected] 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 = nullHolds the manifest repository taken from the registry.
nullDetails
Methods

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

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

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

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

_parseProviderPart() : nullInternal routine for parsing the provider part of the command line arguments
| Type | Description |
|---|---|
| null |

parse() : nullParse() - 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_ArgumentParsersetArguments
| 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_ArgumentParsersetRegistry()
| Name | Type | Description |
|---|---|---|
| $registry | \Zend_Tool_Framework_Registry_Interface |
| Type | Description |
|---|---|
| \Zend_Tool_Framework_Client_Console_ArgumentParser |