PHP 클래스 Sstalle\php7cc\CompatibilityViolation\FileContext

상속: extends Sstalle\php7cc\CompatibilityViolation\AbstractContext
파일 보기 프로젝트 열기: sstalle/php7cc

보호된 프로퍼티들

프로퍼티 타입 설명
$file Symfony\Component\Finder\SplFileInfo
$useRelativePaths boolean

공개 메소드들

메소드 설명
__construct ( Symfony\Component\Finder\SplFileInfo $file, boolean $useRelativePaths )
getCheckedCode ( )
getCheckedResourceName ( )
getFile ( ) : Symfony\Component\Finder\SplFileInfo

메소드 상세

__construct() 공개 메소드

public __construct ( Symfony\Component\Finder\SplFileInfo $file, boolean $useRelativePaths )
$file Symfony\Component\Finder\SplFileInfo
$useRelativePaths boolean

getCheckedCode() 공개 메소드

public getCheckedCode ( )

getCheckedResourceName() 공개 메소드

getFile() 공개 메소드

public getFile ( ) : Symfony\Component\Finder\SplFileInfo
리턴 Symfony\Component\Finder\SplFileInfo

프로퍼티 상세

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

protected SplFileInfo,Symfony\Component\Finder $file
리턴 Symfony\Component\Finder\SplFileInfo

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

protected bool $useRelativePaths
리턴 boolean