Method | Description | |
---|---|---|
execute ( Zephir\Config $config, Zephir\Logger $logger ) | Executes the command | |
getCommand ( ) : string | Command provided by this command | |
getDescription ( ) : string | ||
getParameter ( string $parameterName ) : string | Returns parameter named parameterName if specified on the command line else null | |
getUsage ( ) : string | Command usage |
public execute ( Zephir\Config $config, Zephir\Logger $logger ) | ||
$config | Zephir\Config | |
$logger | Zephir\Logger |
public getCommand ( ) : string | ||
return | string |
public getParameter ( string $parameterName ) : string | ||
$parameterName | string | |
return | string |