PHP Class Zephir\Commands\CommandHelp

Shows compiler help
Inheritance: extends CommandAbstract
Show file Open project: phalcon/zephir

Public Methods

Method Description
execute ( Zephir\Config $config, Zephir\Logger $logger ) Executes the command
getCommand ( ) : string Command provided by this command
getDescription ( ) : string Returns the description of the command
getUsage ( ) : string Command usage

Method Details

execute() public method

Executes the command
public execute ( Zephir\Config $config, Zephir\Logger $logger )
$config Zephir\Config
$logger Zephir\Logger

getCommand() public method

Command provided by this command
public getCommand ( ) : string
return string

getDescription() public method

Returns the description of the command
public getDescription ( ) : string
return string

getUsage() public method

Command usage
public getUsage ( ) : string
return string