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

getPropertyOrMethodFqnName() private method

private getPropertyOrMethodFqnName ( ApiGen\Contracts\Parser\Reflection\Behavior\InClassInterface $reflection ) : string
$reflection ApiGen\Contracts\Parser\Reflection\Behavior\InClassInterface
return string
    private function getPropertyOrMethodFqnName(InClassInterface $reflection)
    {
        return $reflection->getDeclaringClassName() . '::' . $reflection->getName();
    }