Метод | Описание | |
---|---|---|
__construct ( |
||
__get ( string $name ) : mixed | ||
addConsoleCommands ( ) | Transform tasks to console commands. | |
addDefault ( string $name, array $array ) | ||
get ( ) : |
||
getConsole ( ) : |
||
getDefault ( string $name, mixed $default = null ) : mixed | ||
getHelper ( string $name ) : Symfony\Component\Console\Helper\HelperInterface | ||
getInput ( ) : Symfony\Component\Console\Input\InputInterface | ||
getLogger ( ) : Psr\Log\LoggerInterface | ||
getOutput ( ) : Symfony\Component\Console\Output\OutputInterface | ||
getScriptManager ( ) : Deployer\Task\ScriptManager | ||
getStageStrategy ( ) : |
||
hasDefault ( string $name ) : boolean | ||
run ( ) | Run console application. | |
setDefault ( string $name, mixed $value ) |
public __construct ( |
||
$console | ||
$input | Symfony\Component\Console\Input\InputInterface | |
$output | Symfony\Component\Console\Output\OutputInterface |
public addConsoleCommands ( ) |
public static addDefault ( string $name, array $array ) | ||
$name | string | |
$array | array |
public getConsole ( ) : |
||
Результат |
public getInput ( ) : Symfony\Component\Console\Input\InputInterface | ||
Результат | Symfony\Component\Console\Input\InputInterface |
public getLogger ( ) : Psr\Log\LoggerInterface | ||
Результат | Psr\Log\LoggerInterface |
public getOutput ( ) : Symfony\Component\Console\Output\OutputInterface | ||
Результат | Symfony\Component\Console\Output\OutputInterface |
public getScriptManager ( ) : Deployer\Task\ScriptManager | ||
Результат | Deployer\Task\ScriptManager |
public getStageStrategy ( ) : |
||
Результат |
public static hasDefault ( string $name ) : boolean | ||
$name | string | |
Результат | boolean |
public static setDefault ( string $name, mixed $value ) | ||
$name | string | |
$value | mixed |