ApiGen\Parser\Elements\ElementSorter::getFunctionFqnName PHP Method

getFunctionFqnName() private method

private getFunctionFqnName ( ApiGen\Contracts\Parser\Reflection\FunctionReflectionInterface $reflection ) : string
$reflection ApiGen\Contracts\Parser\Reflection\FunctionReflectionInterface
return string
    private function getFunctionFqnName(FunctionReflectionInterface $reflection)
    {
        return $reflection->getNamespaceName() . '\\' . $reflection->getName();
    }