Property | Type | Description | |
---|---|---|---|
$endLine | integer | ||
$filePath | string | ||
$hash | string | ||
$namespace | string | null | ||
$startLine | integer |
Method | Description | |
---|---|---|
__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 | |
return | self |