Method | Description | |
---|---|---|
execute ( Zephir\Config $config, Zephir\Logger $logger ) | Executes the command | |
getParameter ( string $name ) : string | Returns parameter named $name if specified on the command line else null | |
parseArguments ( ) : array | Parse the input arguments for the command and returns theme as an associative array |
Method | Description | |
---|---|---|
setParameter ( string $name, string $value ) : void | Returns parameter named $name if specified on the command line else null |
public execute ( Zephir\Config $config, Zephir\Logger $logger ) | ||
$config | Zephir\Config | |
$logger | Zephir\Logger |
public getParameter ( string $name ) : string | ||
$name | string | |
return | string |
public parseArguments ( ) : array | ||
return | array | the list of the parameters |