Public Member Functions | |
__construct ($tags) | |
getHtml () | |
Static Public Member Functions | |
static | makeTag (SgmlToken $tag) |
static | makeDomNode (DOMNode $node) |
Static Private Member Functions | |
static | getAttributes (SgmlOpenTag $tag) |
static | getDomAttributes (DOMNode $node) |
Private Attributes | |
$tags = null |
Definition at line 16 of file HtmlAssembler.class.php.
HtmlAssembler::__construct | ( | $ | tags | ) |
Definition at line 20 of file HtmlAssembler.class.php.
References $tags, and Assert::isTrue().
static HtmlAssembler::makeTag | ( | SgmlToken $ | tag | ) | [static] |
Definition at line 27 of file HtmlAssembler.class.php.
References Assert::isNotNull().
static HtmlAssembler::makeDomNode | ( | DOMNode $ | node | ) | [static] |
Definition at line 59 of file HtmlAssembler.class.php.
HtmlAssembler::getHtml | ( | ) |
Definition at line 101 of file HtmlAssembler.class.php.
static HtmlAssembler::getAttributes | ( | SgmlOpenTag $ | tag | ) | [static, private] |
Definition at line 112 of file HtmlAssembler.class.php.
static HtmlAssembler::getDomAttributes | ( | DOMNode $ | node | ) | [static, private] |
Definition at line 129 of file HtmlAssembler.class.php.
HtmlAssembler::$tags = null [private] |