Documentation

XmlBuilder
in package
implements BuilderInterface

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

Methods

clearAttributeBlacklist()

public clearAttributeBlacklist() : void

clearTagBlacklist()

public clearTagBlacklist() : void

clearTagCachelist()

public clearTagCachelist() : void

escapeAttribute()

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

        
On this page

Search results