ArrayOfTypeAdapter
in package
implements
LinkRendererInterface
FinalYes
Converts an array with types into a string-based representation of these types.
Tags
Table of Contents
Interfaces
- LinkRendererInterface
- Renders an HTML anchor pointing to the location of the provided element.
Methods
- render() : string|array<int, string>
- supports() : bool
- renderType() : array<int, string>
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
boolrenderType()
private
renderType(iterable<string|int, Type> $value) : array<int, string>
Parameters
- $value : iterable<string|int, Type>