PHP Class Sstalle\php7cc\CompatibilityViolation\FileContext

Inheritance: extends Sstalle\php7cc\CompatibilityViolation\AbstractContext
Datei anzeigen Open project: sstalle/php7cc

Protected Properties

Property Type Description
$file Symfony\Component\Finder\SplFileInfo
$useRelativePaths boolean

Public Methods

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

Method Details

__construct() public method

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

getCheckedCode() public method

public getCheckedCode ( )

getCheckedResourceName() public method

getFile() public method

public getFile ( ) : Symfony\Component\Finder\SplFileInfo
return Symfony\Component\Finder\SplFileInfo

Property Details

$file protected_oe property

protected SplFileInfo,Symfony\Component\Finder $file
return Symfony\Component\Finder\SplFileInfo

$useRelativePaths protected_oe property

protected bool $useRelativePaths
return boolean