phpDocumentor

IterableAdapter
in package
implements LinkRendererInterface

FinalYes

Table of Contents

Interfaces

LinkRendererInterface
Renders an HTML anchor pointing to the location of the provided element.

Properties

$rendererChain  : LinkRendererInterface

Methods

__construct()  : mixed
render()  : string|array<int, string>
supports()  : bool
renderASeriesOfLinks()  : array<int, string>
Returns a series of anchors and strings for the given collection of routable items.

Properties

Methods

render()

public render(mixed $value, string $presentation) : string|array<int, string>
Parameters
$value : mixed
$presentation : string
Return values
string|array<int, string>

supports()

public supports(mixed $value) : bool
Parameters
$value : mixed
Return values
bool

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

private renderASeriesOfLinks(iterable<string|int, mixed> $value, string $presentation) : array<int, string>
Parameters
$value : iterable<string|int, mixed>
$presentation : string
Return values
array<int, string>

        
On this page

Search results