Documentation

BuilderInterface extends ChunkWriterInterface

Table of Contents

Methods

clearAttributeBlacklist()  : void
clearTagBlacklist()  : void
escapeAttribute()  : string
registerAttributeBlacklist()  : void
registerTagBlacklist()  : void

Methods

escapeAttribute()

public escapeAttribute(string $name) : string
Parameters
$name : string
Return values
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>

        
On this page

Search results