PHP Class Deployer\Deployer

Inheritance: extends Pimple\Container
Afficher le fichier Open project: elfet/deployer Class Usage Examples

Méthodes publiques

Méthode Description
__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 )

Method Details

__construct() public méthode

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 méthode

public __get ( string $name ) : mixed
$name string
Résultat mixed

addConsoleCommands() public méthode

Transform tasks to console commands.
public addConsoleCommands ( )

addDefault() public static méthode

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

get() public static méthode

public static get ( ) : Deployer
Résultat Deployer

getConsole() public méthode

public getConsole ( ) : Application
Résultat Deployer\Console\Application

getDefault() public static méthode

public static getDefault ( string $name, mixed $default = null ) : mixed
$name string
$default mixed
Résultat mixed

getHelper() public méthode

public getHelper ( string $name ) : Symfony\Component\Console\Helper\HelperInterface
$name string
Résultat Symfony\Component\Console\Helper\HelperInterface

getInput() public méthode

public getInput ( ) : Symfony\Component\Console\Input\InputInterface
Résultat Symfony\Component\Console\Input\InputInterface

getLogger() public méthode

public getLogger ( ) : Psr\Log\LoggerInterface
Résultat Psr\Log\LoggerInterface

getOutput() public méthode

public getOutput ( ) : Symfony\Component\Console\Output\OutputInterface
Résultat Symfony\Component\Console\Output\OutputInterface

getScriptManager() public méthode

public getScriptManager ( ) : Deployer\Task\ScriptManager
Résultat Deployer\Task\ScriptManager

getStageStrategy() public méthode

public getStageStrategy ( ) : StageStrategy
Résultat Deployer\Stage\StageStrategy

hasDefault() public static méthode

public static hasDefault ( string $name ) : boolean
$name string
Résultat boolean

run() public méthode

Run console application.
public run ( )

setDefault() public static méthode

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