PHP 클래스 Joli\JoliCi\Container

파일 보기 프로젝트 열기: jolicode/jolici 1 사용 예제들

공개 메소드들

메소드 설명
getBuildPath ( )
getChainStrategy ( ) : Joli\JoliCi\BuildStrategy\ChainBuildStrategy Chain strategy to allow multiples ones
getConsoleLogger ( boolean $verbose = false ) : Logger Get a console with finger crossed handler
getDocker ( )
getExecutor ( $cache = true, $verbose = false, $timeout = 600 )
getFilesystem ( )
getJoliCiStrategy ( ) : Joli\JoliCi\BuildStrategy\JoliCiBuildStrategy Strategy based on the ".jolici" folder
getLoggerCallback ( $verbose )
getNaming ( )
getServiceManager ( $verbose = false )
getStrategy ( ) : Joli\JoliCi\BuildStrategy\BuildStrategyInterface Alias for the main strategy
getTravisCiStrategy ( ) : TravisCiBuildStrategy Strategy based on the ".travis.yml" file
getVacuum ( )

메소드 상세

getBuildPath() 공개 메소드

public getBuildPath ( )

getChainStrategy() 공개 메소드

Chain strategy to allow multiples ones
public getChainStrategy ( ) : Joli\JoliCi\BuildStrategy\ChainBuildStrategy
리턴 Joli\JoliCi\BuildStrategy\ChainBuildStrategy

getConsoleLogger() 공개 메소드

Get a console with finger crossed handler
public getConsoleLogger ( boolean $verbose = false ) : Logger
$verbose boolean
리턴 Monolog\Logger

getDocker() 공개 메소드

public getDocker ( )

getExecutor() 공개 메소드

public getExecutor ( $cache = true, $verbose = false, $timeout = 600 )

getFilesystem() 공개 메소드

public getFilesystem ( )

getJoliCiStrategy() 공개 메소드

Strategy based on the ".jolici" folder
public getJoliCiStrategy ( ) : Joli\JoliCi\BuildStrategy\JoliCiBuildStrategy
리턴 Joli\JoliCi\BuildStrategy\JoliCiBuildStrategy

getLoggerCallback() 공개 메소드

public getLoggerCallback ( $verbose )

getNaming() 공개 메소드

public getNaming ( )

getServiceManager() 공개 메소드

public getServiceManager ( $verbose = false )

getStrategy() 공개 메소드

Alias for the main strategy
public getStrategy ( ) : Joli\JoliCi\BuildStrategy\BuildStrategyInterface
리턴 Joli\JoliCi\BuildStrategy\BuildStrategyInterface

getTravisCiStrategy() 공개 메소드

Strategy based on the ".travis.yml" file
public getTravisCiStrategy ( ) : TravisCiBuildStrategy
리턴 Joli\JoliCi\BuildStrategy\TravisCiBuildStrategy

getVacuum() 공개 메소드

public getVacuum ( )