AbstractListAdapter
in package
implements
LinkRendererInterface
FinalYes
Table of Contents
Interfaces
- LinkRendererInterface
- Renders an HTML anchor pointing to the location of the provided element.
Properties
Methods
- __construct() : mixed
- render() : string|array<int, string>
- supports() : bool
- renderKeyType() : string
- renderListType() : string
- renderValueType() : string
Properties
$rendererChain read-only
private
LinkRendererInterface
$rendererChain
Methods
__construct()
public
__construct(LinkRendererInterface $rendererChain) : mixed
Parameters
- $rendererChain : LinkRendererInterface
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
boolrenderKeyType()
private
renderKeyType(AbstractList $node, string $presentation) : string
Parameters
- $node : AbstractList
- $presentation : string
Return values
stringrenderListType()
private
renderListType(AbstractList $node, string $presentation) : string
Parameters
- $node : AbstractList
- $presentation : string
Return values
stringrenderValueType()
private
renderValueType(AbstractList $node, string $presentation) : string
Parameters
- $node : AbstractList
- $presentation : string