HTMLFormat
extends Format
in package
Table of Contents
- $directives : IteratorAggregate<string|int, Directive>
- $fileExtension : string
- __construct() : mixed
- getDirectives() : array<string|int, Directive>
- getFileExtension() : string
- getNodeRendererFactory() : NodeRendererFactory
Properties
$directives
private
IteratorAggregate<string|int, Directive>
$directives
$fileExtension
private
string
$fileExtension
Methods
__construct()
public
__construct(string $fileExtension, IteratorAggregate<string|int, Directive> $directives) : mixed
Parameters
- $fileExtension : string
- $directives : IteratorAggregate<string|int, Directive>
Return values
mixed —getDirectives()
public
getDirectives() : array<string|int, Directive>
Return values
array<string|int, Directive> —getFileExtension()
public
getFileExtension() : string
Return values
string —getNodeRendererFactory()
public
getNodeRendererFactory(Environment $environment) : NodeRendererFactory
Parameters
- $environment : Environment