PHP 클래스 HippoPHP\Hippo\HippoTextUIContext

또한 보기: HippoTextUI
파일 보기 프로젝트 열기: hippophp/hippo 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( FileSystem $fileSystem, array $args )
getAction ( ) : integer
getConfigName ( ) : string
getPathsToCheck ( ) : string[]
getReporters ( ) : HippoPHP\Hippo\Reporters\ReporterInterface[]
hasStrictModeEnabled ( ) : boolean

비공개 메소드들

메소드 설명
buildArgMappings ( ) : array
createArgMapping ( callable $action, array $arguments )
handleConfigArgument ( $argValue )
handleHelpArgument ( )
handleLogArgument ( $argValue )
handleQuietArgument ( $argValue )
handleStrictArgument ( $argValue )
handleVerboseArgument ( $argValue )
handleVersionArgument ( )
handleXmlReportArgument ( $argValue )
processArgContainer ( ArgContainer $argContainer )

메소드 상세

__construct() 공개 메소드

public __construct ( FileSystem $fileSystem, array $args )
$fileSystem FileSystem
$args array

getAction() 공개 메소드

public getAction ( ) : integer
리턴 integer

getConfigName() 공개 메소드

public getConfigName ( ) : string
리턴 string

getPathsToCheck() 공개 메소드

public getPathsToCheck ( ) : string[]
리턴 string[]

getReporters() 공개 메소드

public getReporters ( ) : HippoPHP\Hippo\Reporters\ReporterInterface[]
리턴 HippoPHP\Hippo\Reporters\ReporterInterface[]

hasStrictModeEnabled() 공개 메소드

public hasStrictModeEnabled ( ) : boolean
리턴 boolean