PHP Class Sstalle\php7cc\CompatibilityViolation\FileContext

Inheritance: extends Sstalle\php7cc\CompatibilityViolation\AbstractContext
Afficher le fichier Open project: sstalle/php7cc

Protected Properties

Свойство Type Description
$file Symfony\Component\Finder\SplFileInfo
$useRelativePaths boolean

Méthodes publiques

Méthode Description
__construct ( Symfony\Component\Finder\SplFileInfo $file, boolean $useRelativePaths )
getCheckedCode ( )
getCheckedResourceName ( )
getFile ( ) : Symfony\Component\Finder\SplFileInfo

Method Details

__construct() public méthode

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

getCheckedCode() public méthode

public getCheckedCode ( )

getCheckedResourceName() public méthode

getFile() public méthode

public getFile ( ) : Symfony\Component\Finder\SplFileInfo
Résultat Symfony\Component\Finder\SplFileInfo

Property Details

$file protected_oe property

protected SplFileInfo,Symfony\Component\Finder $file
Résultat Symfony\Component\Finder\SplFileInfo

$useRelativePaths protected_oe property

protected bool $useRelativePaths
Résultat boolean