Table of Contents
Interfaces
- BuilderInterface
Methods
-
__construct()
: mixed
-
clearAttributeBlacklist()
: void
-
clearTagBlacklist()
: void
-
clearTagCachelist()
: void
-
escapeAttribute()
: string
-
registerAttributeBlacklist()
: void
-
registerTagBlacklist()
: void
-
registerTagCachelist()
: void
-
setCacheDirectory()
: void
-
toChunks()
: Generator
__construct()
public
__construct(BuildableInterface $root) : mixed
Parameters
-
$root
: BuildableInterface
-
clearAttributeBlacklist()
public
clearAttributeBlacklist() : void
clearTagBlacklist()
public
clearTagBlacklist() : void
clearTagCachelist()
public
clearTagCachelist() : void
escapeAttribute()
public
escapeAttribute(string $data) : string
Parameters
-
$data
: string
-
registerAttributeBlacklist()
public
registerAttributeBlacklist(iterable<string|int, mixed> $list) : void
Parameters
-
$list
: iterable<string|int, mixed>
-
registerTagBlacklist()
public
registerTagBlacklist(iterable<string|int, mixed> $list) : void
Parameters
-
$list
: iterable<string|int, mixed>
-
registerTagCachelist()
public
registerTagCachelist(iterable<string|int, mixed> $list) : void
Parameters
-
$list
: iterable<string|int, mixed>
-
setCacheDirectory()
public
setCacheDirectory(string $cacheDirectory) : void
Parameters
-
$cacheDirectory
: string
-
toChunks()
public
toChunks() : Generator