Service/Console/Command.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)
- Copyright
- Copyright (c) 2009 - 2011, RealDolmen (http://www.realdolmen.com)
- License
- New BSD License
- License
- http://phpazure.codeplex.com/license
- Package
- Zend_Service_Console
- Version
- $Id$
\Zend_Service_Console_Command
Package: Zend_Service_Console






- Children
- \Zend_Service_WindowsAzure_CommandLine_Certificate
- \Zend_Service_WindowsAzure_CommandLine_Storage
- \Zend_Service_WindowsAzure_CommandLine_GetAsynchronousOperation
- \Zend_Service_WindowsAzure_CommandLine_Service
- \Zend_Service_WindowsAzure_CommandLine_Package
- \Zend_Service_WindowsAzure_CommandLine_Deployment
- Category
- Zend
- Copyright
- Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
- Copyright
- Copyright (c) 2009 - 2011, RealDolmen (http://www.realdolmen.com)
- License
- New BSD License
- License
- http://phpazure.codeplex.com/license
Properties
Methods


_displayObjectInformation(object $object, array $propertiesToDump = array()) : void
Display information on an object
Parameters
Name | Type | Description |
---|---|---|
$object | object | Object |
$propertiesToDump | array | Property names to display |


_findValueForDocComment(string $docCommentName, \unknown_type $docComment) : array
static
Finds the value for a specific docComment.
Parameters
Returns
Name | Type | Description |
---|---|---|
$docCommentName | string | Comment name |
$docComment | \unknown_type | Comment object |
Type | Description |
---|---|
array |


bootstrap(array $argv) : void
static
Bootstrap the shell command.
Parameters
Name | Type | Description |
---|---|---|
$argv | array | PHP argument values. |


helpCommand() : void
Displays the help information.
Details
- Command-description
- Displays the current help information.
- Command-name
- Command-name
- -h
- Command-name
- -help


phpstderr(mixed $errno, mixed $errstr, mixed $errfile, mixed $errline) : void
static
Replaces PHP's error handler
Parameters
Name | Type | Description |
---|---|---|
$errno | mixed | |
$errstr | mixed | |
$errfile | mixed | |
$errline | mixed |


phpstdex(\Exception $exception) : void
static
Replaces PHP's exception handler
Parameters
Name | Type | Description |
---|---|---|
$exception | \Exception |


setHandler(array $handler) : \Zend_Service_Console_Command
Sets the handler.
Parameters
Returns
Name | Type | Description |
---|---|---|
$handler | array |
Type | Description |
---|---|
\Zend_Service_Console_Command |