프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$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 ( ) |
public static fromReflection ( ReflectionFunctionAbstract $reflection ) : self | ||
$reflection | ReflectionFunctionAbstract | |
리턴 | self |