$rendererChain
$rendererChain : \phpDocumentor\Transformer\Writer\Twig\LinkRenderer
Renders most of the links to elements, urls and urls with virtual schemes.
For more high level information on how references, see {@see doc://internals/rendering/links} that accompanies this feature.
__construct(\phpDocumentor\Transformer\Writer\Twig\LinkRenderer $rendererChain, \phpDocumentor\Transformer\Writer\Twig\LinkRenderer\UrlGenerator $urlGenerator, \phpDocumentor\Transformer\Writer\Twig\LinkRenderer\HtmlFormatter $formatter) : mixed
\phpDocumentor\Transformer\Writer\Twig\LinkRenderer | $rendererChain | |
\phpDocumentor\Transformer\Writer\Twig\LinkRenderer\UrlGenerator | $urlGenerator | |
\phpDocumentor\Transformer\Writer\Twig\LinkRenderer\HtmlFormatter | $formatter |
tryToResolveFqsenToDescriptor(string|\phpDocumentor\Path|\phpDocumentor\Reflection\Type|\phpDocumentor\Descriptor\DescriptorAbstract|\phpDocumentor\Reflection\Fqsen|\phpDocumentor\Reflection\DocBlock\Tags\Reference\Reference|\phpDocumentor\Reflection\DocBlock\Tags\Reference\Fqsen $target) : string|\phpDocumentor\Path|\phpDocumentor\Reflection\Type|\phpDocumentor\Descriptor\DescriptorAbstract|\phpDocumentor\Reflection\Fqsen|\phpDocumentor\Reflection\DocBlock\Tags\Reference\Reference
Some passed types of value are references to an element; let's try to resolve these to a Descriptor.
Should we not be able to resolve this to a Descriptor, we return the passed object or an FQSEN that could not be resolved because the element is not in the API docs.
string|\phpDocumentor\Path|\phpDocumentor\Reflection\Type|\phpDocumentor\Descriptor\DescriptorAbstract|\phpDocumentor\Reflection\Fqsen|\phpDocumentor\Reflection\DocBlock\Tags\Reference\Reference|\phpDocumentor\Reflection\DocBlock\Tags\Reference\Fqsen | $target |
normalizePresentation(string|\phpDocumentor\Path|\phpDocumentor\Reflection\Type|\phpDocumentor\Descriptor\DescriptorAbstract|\phpDocumentor\Reflection\Fqsen|\phpDocumentor\Reflection\DocBlock\Tags\Reference\Reference|\phpDocumentor\Reflection\DocBlock\Tags\Reference\Fqsen $resolvedTarget, string $presentation) : string
string|\phpDocumentor\Path|\phpDocumentor\Reflection\Type|\phpDocumentor\Descriptor\DescriptorAbstract|\phpDocumentor\Reflection\Fqsen|\phpDocumentor\Reflection\DocBlock\Tags\Reference\Reference|\phpDocumentor\Reflection\DocBlock\Tags\Reference\Fqsen | $resolvedTarget | |
string | $presentation |
determineTitle(string|\phpDocumentor\Path|\phpDocumentor\Reflection\Type|\phpDocumentor\Descriptor\DescriptorAbstract|\phpDocumentor\Reflection\Fqsen|\phpDocumentor\Reflection\DocBlock\Tags\Reference\Reference|\phpDocumentor\Reflection\DocBlock\Tags\Reference\Fqsen $resolvedTarget) : string
string|\phpDocumentor\Path|\phpDocumentor\Reflection\Type|\phpDocumentor\Descriptor\DescriptorAbstract|\phpDocumentor\Reflection\Fqsen|\phpDocumentor\Reflection\DocBlock\Tags\Reference\Reference|\phpDocumentor\Reflection\DocBlock\Tags\Reference\Fqsen | $resolvedTarget |