Service/Console/Command.php

Show: PublicProtectedPrivateinherited
Table of Contents
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

>VPropertyprotectedarray $_handler
The handler.
Details
Type
array

Methods

methodprotected_buildModel() : array
static

Builds the handler model.

Returns
TypeDescription
array
methodprotected_displayObjectInformation(object $object, array $propertiesToDump = array()) : void

Display information on an object

Parameters
NameTypeDescription
$objectobject

Object

$propertiesToDumparray

Property names to display

methodprotected_findValueForDocComment(string $docCommentName, \unknown_type $docComment) : array
static

Finds the value for a specific docComment.

Parameters
NameTypeDescription
$docCommentNamestring

Comment name

$docComment\unknown_type

Comment object

Returns
TypeDescription
array
methodpublicbootstrap(array $argv) : void
static

Bootstrap the shell command.

Parameters
NameTypeDescription
$argvarray

PHP argument values.

methodpublicgetHandler() : array

Gets the handler.

Returns
TypeDescription
array
methodpublichelpCommand() : void

Displays the help information.

Details
Command-description
Displays the current help information.  
Command-name
 
Command-name
-h  
Command-name
-help  
methodpublicphpstderr(mixed $errno, mixed $errstr, mixed $errfile, mixed $errline) : void
static

Replaces PHP's error handler

Parameters
NameTypeDescription
$errnomixed
$errstrmixed
$errfilemixed
$errlinemixed
methodpublicphpstdex(\Exception $exception) : void
static

Replaces PHP's exception handler

Parameters
NameTypeDescription
$exception\Exception
methodpublicsetHandler(array $handler) : \Zend_Service_Console_Command

Sets the handler.

Parameters
NameTypeDescription
$handlerarray
Returns
TypeDescription
\Zend_Service_Console_Command
methodpublicstderr(string $errorMessage, string $newLine = true) : void
static

Writes output to STDERR, followed by a newline (optional)

Parameters
NameTypeDescription
$errorMessagestring
$newLinestring
Documentation was generated by phpDocumentor 2.2.0 .