Pinq\Parsing\PhpParser\Visitors\FunctionLocatorVisitor::getFunctionLocation PHP Метод

getFunctionLocation() приватный Метод

private getFunctionLocation ( PhpParser\Node $node )
$node PhpParser\Node
    private function getFunctionLocation(Node $node)
    {
        return new FunctionLocation($this->filePath, $this->namespace, $node->getAttribute('startLine'), $node->getAttribute('endLine'));
    }