메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
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 | |
리턴 | string |
public parseArguments ( ) : array | ||
리턴 | array | the list of the parameters |