PHP 클래스 GrumPHP\Configuration\GrumPHP

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

공개 메소드들

메소드 설명
__construct ( Symfony\Component\DependencyInjection\ContainerInterface $container )
getAsciiContentPath ( $resource ) : string | null Get ascii content path from grumphp.yml file
getBinDir ( ) : string
getGitDir ( ) : string
getHooksDir ( ) : string
getHooksPreset ( ) : string
getProcessAsyncLimit ( ) : integer
getProcessAsyncWaitTime ( ) : integer
getProcessTimeout ( ) : float | null
getRegisteredTasks ( ) : array
getTaskConfiguration ( string $taskName ) : array
getTaskMetadata ( $taskName ) : array
ignoreUnstagedChanges ( ) : boolean
isBlockingTask ( string $taskName ) : boolean
stopOnFailure ( ) : boolean

메소드 상세

__construct() 공개 메소드

public __construct ( Symfony\Component\DependencyInjection\ContainerInterface $container )
$container Symfony\Component\DependencyInjection\ContainerInterface

getAsciiContentPath() 공개 메소드

Get ascii content path from grumphp.yml file
public getAsciiContentPath ( $resource ) : string | null
$resource
리턴 string | null

getBinDir() 공개 메소드

public getBinDir ( ) : string
리턴 string

getGitDir() 공개 메소드

public getGitDir ( ) : string
리턴 string

getHooksDir() 공개 메소드

public getHooksDir ( ) : string
리턴 string

getHooksPreset() 공개 메소드

public getHooksPreset ( ) : string
리턴 string

getProcessAsyncLimit() 공개 메소드

public getProcessAsyncLimit ( ) : integer
리턴 integer

getProcessAsyncWaitTime() 공개 메소드

getProcessTimeout() 공개 메소드

public getProcessTimeout ( ) : float | null
리턴 float | null

getRegisteredTasks() 공개 메소드

public getRegisteredTasks ( ) : array
리턴 array

getTaskConfiguration() 공개 메소드

public getTaskConfiguration ( string $taskName ) : array
$taskName string
리턴 array

getTaskMetadata() 공개 메소드

public getTaskMetadata ( $taskName ) : array
$taskName
리턴 array

ignoreUnstagedChanges() 공개 메소드

public ignoreUnstagedChanges ( ) : boolean
리턴 boolean

isBlockingTask() 공개 메소드

public isBlockingTask ( string $taskName ) : boolean
$taskName string
리턴 boolean

stopOnFailure() 공개 메소드

public stopOnFailure ( ) : boolean
리턴 boolean