PHP 클래스 PHPSA\IssueLocation

파일 보기 프로젝트 열기: ovr/phpsa

보호된 프로퍼티들

프로퍼티 타입 설명
$filePath string
$lineStart integer

공개 메소드들

메소드 설명
__construct ( string $filePath, integer $lineStart )
getFileName ( ) : string
getFilePath ( ) : string Get path to the file + filename
getLineStart ( ) : integer
toArray ( ) : array

메소드 상세

__construct() 공개 메소드

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

getFileName() 공개 메소드

public getFileName ( ) : string
리턴 string

getFilePath() 공개 메소드

Get path to the file + filename
public getFilePath ( ) : string
리턴 string

getLineStart() 공개 메소드

public getLineStart ( ) : integer
리턴 integer

toArray() 공개 메소드

public toArray ( ) : array
리턴 array

프로퍼티 상세

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

protected string $filePath
리턴 string

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

protected int $lineStart
리턴 integer