ApiGen\Templating\Filters\Helpers\ElementLinkFactory::createForMethod PHP Метод

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

private createForMethod ( ApiGen\Contracts\Parser\Reflection\MethodReflectionInterface $reflectionMethod, array $classes ) : string
$reflectionMethod ApiGen\Contracts\Parser\Reflection\MethodReflectionInterface
$classes array
Результат string
    private function createForMethod(MethodReflectionInterface $reflectionMethod, array $classes)
    {
        return $this->linkBuilder->build($this->elementUrlFactory->createForMethod($reflectionMethod), $reflectionMethod->getDeclaringClassName() . '::' . $reflectionMethod->getName() . '()', false, $classes);
    }