BuilderInterface
extends
ChunkWriterInterface
Table of Contents
Methods
-
clearAttributeBlacklist()
: void
-
clearTagBlacklist()
: void
-
escapeAttribute()
: string
-
registerAttributeBlacklist()
: void
-
registerTagBlacklist()
: void
clearAttributeBlacklist()
public
clearAttributeBlacklist() : void
clearTagBlacklist()
public
clearTagBlacklist() : void
escapeAttribute()
public
escapeAttribute(string $name) : string
Parameters
-
$name
: string
-
registerAttributeBlacklist()
public
registerAttributeBlacklist(iterable<string|int, mixed> $tagList) : void
Parameters
-
$tagList
: iterable<string|int, mixed>
-
registerTagBlacklist()
public
registerTagBlacklist(iterable<string|int, mixed> $tagList) : void
Parameters
-
$tagList
: iterable<string|int, mixed>
-