PHP Class PHPSA\IssueLocation

Afficher le fichier Open project: ovr/phpsa

Protected Properties

Свойство Type Description
$filePath string
$lineStart integer

Méthodes publiques

Méthode Description
__construct ( string $filePath, integer $lineStart )
getFileName ( ) : string
getFilePath ( ) : string Get path to the file + filename
getLineStart ( ) : integer
toArray ( ) : array

Method Details

__construct() public méthode

public __construct ( string $filePath, integer $lineStart )
$filePath string
$lineStart integer

getFileName() public méthode

public getFileName ( ) : string
Résultat string

getFilePath() public méthode

Get path to the file + filename
public getFilePath ( ) : string
Résultat string

getLineStart() public méthode

public getLineStart ( ) : integer
Résultat integer

toArray() public méthode

public toArray ( ) : array
Résultat array

Property Details

$filePath protected_oe property

protected string $filePath
Résultat string

$lineStart protected_oe property

protected int $lineStart
Résultat integer