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 15 of file HtmlAssembler.class.php.
HtmlAssembler::__construct | ( | $ | tags | ) |
Definition at line 19 of file HtmlAssembler.class.php.
References $tags, and Assert::isTrue().
static HtmlAssembler::getAttributes | ( | SgmlOpenTag $ | tag | ) | [static, private] |
Definition at line 111 of file HtmlAssembler.class.php.
References SgmlOpenTag::getAttributesList().
Referenced by makeTag().
static HtmlAssembler::getDomAttributes | ( | DOMNode $ | node | ) | [static, private] |
Definition at line 128 of file HtmlAssembler.class.php.
Referenced by makeDomNode().
HtmlAssembler::getHtml | ( | ) |
Definition at line 100 of file HtmlAssembler.class.php.
References makeTag().
static HtmlAssembler::makeDomNode | ( | DOMNode $ | node | ) | [static] |
Definition at line 58 of file HtmlAssembler.class.php.
References getDomAttributes().
static HtmlAssembler::makeTag | ( | SgmlToken $ | tag | ) | [static] |
Definition at line 26 of file HtmlAssembler.class.php.
References getAttributes(), and Assert::isNotNull().
Referenced by getHtml().
HtmlAssembler::$tags = null [private] |
Definition at line 17 of file HtmlAssembler.class.php.
Referenced by __construct().