phpDocumentor

AbstractListAdapter
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
renderKeyType()  : string
renderListType()  : string
renderValueType()  : string

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

renderKeyType()

private renderKeyType(AbstractList $node, string $presentation) : string
Parameters
$node : AbstractList
$presentation : string
Return values
string

renderListType()

private renderListType(AbstractList $node, string $presentation) : string
Parameters
$node : AbstractList
$presentation : string
Return values
string

renderValueType()

private renderValueType(AbstractList $node, string $presentation) : string
Parameters
$node : AbstractList
$presentation : string
Return values
string

        
On this page

Search results