PHP 클래스 Zephir\Commands\CommandHelp

Shows compiler help
상속: extends CommandAbstract
파일 보기 프로젝트 열기: phalcon/zephir

공개 메소드들

메소드 설명
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