A

Html::addClass() — Method in class Html
Add a single class to an element.
Html::addClasses() — Method in class Html
Add an array of classes to an element.
Html::addAttribute() — Method in class Html
Add an attribute to an element.
Html::addAttributes() — Method in class Html
Add an array of attributes to an element.
Html::addStyle() — Method in class Html
Add a style to an element.
Html::addStyles() — Method in class Html
Add an array of styles to an element.
Html::append() — Method in class Html
Append content to the elements content body.

C

Html::createElement() — Method in class Html
Statically creates an html element string.
Html::createAttribute() — Method in class Html
Statically create an attribute.

G

Html::getId() — Method in class Html
Html::getStyles() — Method in class Html

H

HtmlClass in namespace Html
Class Html

I

Html::id() — Method in class Html
Define the element's id attribute.

N

Html::newChild() — Method in class Html
Instantiates a new element instance, pushes it on to the parent's array of children, and returns the newly created child instance.

P

Html::prepend() — Method in class Html
Prepend content to the element's content body.

R

Html::renderNode() — Method in class Html
Renders an instance of Html.
Html::renderChildren() — Method in class Html
Render the child elements (recursive).
Html::render() — Method in class Html
Render the element object to an html string.

S

Html::setContent() — Method in class Html
Initialize the element's content body.

_

Html::__construct() — Method in class Html
Html constructor.
Html::__toString() — Method in class Html