ApiGen\Parser\Elements\ElementSorter::getFunctionFqnName PHP 메소드

getFunctionFqnName() 개인적인 메소드

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