class DomBuilder (View source)

Class XmlBuilder

Methods

static string
create(string $name, mixed $content = '', array $attribs = array(), bool $forcePair = false)

Create a html element.

static string
buildAttributes(array $attribs)

buildAttributes

static string
quote(string $value)

quote

Details

at line line 28
static string create(string $name, mixed $content = '', array $attribs = array(), bool $forcePair = false)

Create a html element.

Parameters

string $name Element tag name.
mixed $content Element content.
array $attribs Element attributes.
bool $forcePair Force pair it.

Return Value

string Created element string.

at line line 55
static string buildAttributes(array $attribs)

buildAttributes

Parameters

array $attribs

Return Value

string

at line line 86
static string quote(string $value)

quote

Parameters

string $value

Return Value

string