PHP 클래스 Kenjis\MonkeyPatch\PathChecker

파일 보기 프로젝트 열기: kenjis/ci-phpunit-test 1 사용 예제들

공개 메소드들

메소드 설명
check ( $path )
getExcludePaths ( )
getIncludePaths ( )
setExcludePaths ( array $dir )
setIncludePaths ( array $dir )

보호된 메소드들

메소드 설명
normalizePaths ( array $paths ) : array

메소드 상세

check() 공개 정적인 메소드

public static check ( $path )

getExcludePaths() 공개 정적인 메소드

public static getExcludePaths ( )

getIncludePaths() 공개 정적인 메소드

public static getIncludePaths ( )

normalizePaths() 보호된 정적인 메소드

protected static normalizePaths ( array $paths ) : array
$paths array directory or file path
리턴 array

setExcludePaths() 공개 정적인 메소드

public static setExcludePaths ( array $dir )
$dir array

setIncludePaths() 공개 정적인 메소드

public static setIncludePaths ( array $dir )
$dir array