PHP 클래스 Deployer\Deployer

상속: extends Pimple\Container
파일 보기 프로젝트 열기: elfet/deployer 1 사용 예제들

공개 메소드들

메소드 설명
__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