PHP Класс Deployer\Deployer

Наследование: extends Pimple\Container
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__construct ( Application $console, Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
__get ( string $name ) : mixed
addConsoleCommands ( ) Transform tasks to console commands.
addDefault ( string $name, array $array )
get ( ) : Deployer
getConsole ( ) : Application
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 ( ) : StageStrategy
hasDefault ( string $name ) : boolean
run ( ) Run console application.
setDefault ( string $name, mixed $value )

Описание методов

__construct() публичный Метод

public __construct ( Application $console, Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$console Deployer\Console\Application
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

__get() публичный Метод

public __get ( string $name ) : mixed
$name string
Результат mixed

addConsoleCommands() публичный Метод

Transform tasks to console commands.
public addConsoleCommands ( )

addDefault() публичный статический Метод

public static addDefault ( string $name, array $array )
$name string
$array array

get() публичный статический Метод

public static get ( ) : Deployer
Результат Deployer

getConsole() публичный Метод

public getConsole ( ) : Application
Результат Deployer\Console\Application

getDefault() публичный статический Метод

public static getDefault ( string $name, mixed $default = null ) : mixed
$name string
$default mixed
Результат mixed

getHelper() публичный Метод

public getHelper ( string $name ) : Symfony\Component\Console\Helper\HelperInterface
$name string
Результат Symfony\Component\Console\Helper\HelperInterface

getInput() публичный Метод

public getInput ( ) : Symfony\Component\Console\Input\InputInterface
Результат Symfony\Component\Console\Input\InputInterface

getLogger() публичный Метод

public getLogger ( ) : Psr\Log\LoggerInterface
Результат Psr\Log\LoggerInterface

getOutput() публичный Метод

public getOutput ( ) : Symfony\Component\Console\Output\OutputInterface
Результат Symfony\Component\Console\Output\OutputInterface

getScriptManager() публичный Метод

public getScriptManager ( ) : Deployer\Task\ScriptManager
Результат Deployer\Task\ScriptManager

getStageStrategy() публичный Метод

public getStageStrategy ( ) : StageStrategy
Результат Deployer\Stage\StageStrategy

hasDefault() публичный статический Метод

public static hasDefault ( string $name ) : boolean
$name string
Результат boolean

run() публичный Метод

Run console application.
public run ( )

setDefault() публичный статический Метод

public static setDefault ( string $name, mixed $value )
$name string
$value mixed