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();
    }