PHP Класс Sstalle\php7cc\CompatibilityViolation\FileContext

Наследование: extends Sstalle\php7cc\CompatibilityViolation\AbstractContext
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$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