Interfaces, Classes and Traits
- FormatListRenderer
Table of Contents
-
$renderer
: Renderer
-
__construct()
: mixed
-
createElement()
: string
-
createList()
: array<string|int, string>
__construct()
public
__construct(Renderer $renderer) : mixed
Parameters
-
$renderer
: Renderer
-
Return values
mixed
—
createElement()
public
createElement(Node $node, string $text, string $prefix) : string
Parameters
-
$node
: Node
-
-
$text
: string
-
-
$prefix
: string
-
Return values
string
—
createList()
public
createList(Node $node, bool $ordered) : array<string|int, string>
Parameters
-
$node
: Node
-
-
$ordered
: bool
-
Return values
array<string|int, string>
—