ApiGen\Parser\Elements\ElementSorter::getPropertyOrMethodFqnName PHP Метод

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

private getPropertyOrMethodFqnName ( ApiGen\Contracts\Parser\Reflection\Behavior\InClassInterface $reflection ) : string
$reflection ApiGen\Contracts\Parser\Reflection\Behavior\InClassInterface
Результат string
    private function getPropertyOrMethodFqnName(InClassInterface $reflection)
    {
        return $reflection->getDeclaringClassName() . '::' . $reflection->getName();
    }