PHP 클래스 Sstalle\php7cc\PathChecker

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

보호된 프로퍼티들

프로퍼티 타입 설명
$contextChecker Sstalle\php7cc\ContextChecker
$resultPrinter Sstalle\php7cc\ResultPrinterInterface

공개 메소드들

메소드 설명
__construct ( Sstalle\php7cc\ContextChecker $fileChecker, Sstalle\php7cc\ResultPrinterInterface $resultPrinter )
check ( Traversable $traversablePaths, boolean $useRelativePaths )

보호된 메소드들

메소드 설명
checkFile ( Sstalle\php7cc\CompatibilityViolation\CheckMetadata $checkMetadata, Symfony\Component\Finder\SplFileInfo $fileInfo, boolean $useRelativePaths )

메소드 상세

__construct() 공개 메소드

public __construct ( Sstalle\php7cc\ContextChecker $fileChecker, Sstalle\php7cc\ResultPrinterInterface $resultPrinter )
$fileChecker Sstalle\php7cc\ContextChecker
$resultPrinter Sstalle\php7cc\ResultPrinterInterface

check() 공개 메소드

public check ( Traversable $traversablePaths, boolean $useRelativePaths )
$traversablePaths Traversable
$useRelativePaths boolean

checkFile() 보호된 메소드

protected checkFile ( Sstalle\php7cc\CompatibilityViolation\CheckMetadata $checkMetadata, Symfony\Component\Finder\SplFileInfo $fileInfo, boolean $useRelativePaths )
$checkMetadata Sstalle\php7cc\CompatibilityViolation\CheckMetadata
$fileInfo Symfony\Component\Finder\SplFileInfo
$useRelativePaths boolean

프로퍼티 상세

$contextChecker 보호되어 있는 프로퍼티

protected ContextChecker,Sstalle\php7cc $contextChecker
리턴 Sstalle\php7cc\ContextChecker

$resultPrinter 보호되어 있는 프로퍼티

protected ResultPrinterInterface,Sstalle\php7cc $resultPrinter
리턴 Sstalle\php7cc\ResultPrinterInterface