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.

\Zend_Tool_Framework_Manifest_Repository
$_manifestRepository= 'null'
Holds the manifest repository taken from the registry.

_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 |