\phpDocumentor\Transformer\Writer\Twig\LinkRendererNullableAdapter

Summary

Methods
Properties
Constants
__construct()
supports()
render()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
renderASeriesOfLinks()
$rendererChain
N/A

Properties

$rendererChain

$rendererChain : \phpDocumentor\Transformer\Writer\Twig\LinkRendererInterface

Type

\phpDocumentor\Transformer\Writer\Twig\LinkRendererInterface

Methods

__construct()

__construct(\phpDocumentor\Transformer\Writer\Twig\LinkRendererInterface  $rendererChain) : mixed

Parameters

\phpDocumentor\Transformer\Writer\Twig\LinkRendererInterface $rendererChain

Returns

mixed —

supports()

supports(mixed  $value) : bool

Parameters

mixed $value

Returns

bool —

render()

render(mixed  $value, string  $presentation) : string|list<string>

Parameters

mixed $value
string $presentation

Returns

string|list

renderASeriesOfLinks()

renderASeriesOfLinks(iterable  $value, string  $presentation) : list<string>

Returns a series of anchors and strings for the given collection of routable items.

Parameters

iterable $value
string $presentation

Returns

list