PRESENTATION_NONE
PRESENTATION_NONE = ''
Renders an HTML anchor pointing to the location of the provided element.
__construct(\phpDocumentor\Transformer\Router\Router $router, \phpDocumentor\Transformer\Writer\Twig\LinkRenderer\HtmlFormatter $htmlFormatter) : mixed
\phpDocumentor\Transformer\Router\Router | $router | |
\phpDocumentor\Transformer\Writer\Twig\LinkRenderer\HtmlFormatter | $htmlFormatter |
forDocumentationSet(\phpDocumentor\Descriptor\DocumentationSetDescriptor $documentationSet) : self
\phpDocumentor\Descriptor\DocumentationSetDescriptor | $documentationSet |
None found |
getProject() : \phpDocumentor\Descriptor\ProjectDescriptor
None found |
getDocumentationSet() : \phpDocumentor\Descriptor\DocumentationSetDescriptor
None found |
withDestination(string $destination) : self
Sets the destination directory relative to the Project's Root.
The destination is the target directory containing the resulting file. This destination is relative to the Project's root and can be used for the calculation of nesting depths, etc.
For this specific extension the destination is provided in the Twig writer itself.
string | $destination |
None found |
getDestination() : string
Returns the target directory relative to the Project's Root.
None found |
None found |
render(\phpDocumentor\Reflection\Type[]|\phpDocumentor\Reflection\Type|\phpDocumentor\Descriptor\DescriptorAbstract|\phpDocumentor\Reflection\Fqsen|\phpDocumentor\Reflection\DocBlock\Tags\Reference\Reference|\phpDocumentor\Path|string|iterable $value, string $presentation) : string|list<string>
\phpDocumentor\Reflection\Type[]|\phpDocumentor\Reflection\Type|\phpDocumentor\Descriptor\DescriptorAbstract|\phpDocumentor\Reflection\Fqsen|\phpDocumentor\Reflection\DocBlock\Tags\Reference\Reference|\phpDocumentor\Path|string|iterable | $value | |
string | $presentation |
None found |
createAdapters() : array<array-key,\phpDocumentor\Transformer\Writer\Twig\LinkRendererInterface>
None found |