PHP Класс Zephir\Commands\CommandHelp

Shows compiler help
Наследование: extends CommandAbstract
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

execute() публичный Метод

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

getCommand() публичный Метод

Command provided by this command
public getCommand ( ) : string
Результат string

getDescription() публичный Метод

Returns the description of the command
public getDescription ( ) : string
Результат string

getUsage() публичный Метод

Command usage
public getUsage ( ) : string
Результат string