PHP 클래스 Pinq\Parsing\FunctionLocation

저자: Elliot Levin ([email protected])
상속: implements Pinq\Parsing\IFunctionLocation
파일 보기 프로젝트 열기: timetoogo/pinq

보호된 프로퍼티들

프로퍼티 타입 설명
$endLine integer
$filePath string
$hash string
$namespace string | null
$startLine integer

공개 메소드들

메소드 설명
__construct ( $filePath, $namespace, $startLine, $endLine )
fromReflection ( ReflectionFunctionAbstract $reflection ) : self Creates a function location instance from the supplied reflection.
getEndLine ( )
getFilePath ( )
getHash ( )
getNamespace ( )
getStartLine ( )
inNamespace ( )

메소드 상세

__construct() 공개 메소드

public __construct ( $filePath, $namespace, $startLine, $endLine )

fromReflection() 공개 정적인 메소드

Creates a function location instance from the supplied reflection.
public static fromReflection ( ReflectionFunctionAbstract $reflection ) : self
$reflection ReflectionFunctionAbstract
리턴 self

getEndLine() 공개 메소드

public getEndLine ( )

getFilePath() 공개 메소드

public getFilePath ( )

getHash() 공개 메소드

public getHash ( )

getNamespace() 공개 메소드

public getNamespace ( )

getStartLine() 공개 메소드

public getStartLine ( )

inNamespace() 공개 메소드

public inNamespace ( )

프로퍼티 상세

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

protected int $endLine
리턴 integer

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

protected string $filePath
리턴 string

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

protected string $hash
리턴 string

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

protected string|null $namespace
리턴 string | null

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

protected int $startLine
리턴 integer