Inner class to build some very basic html nodes
author | etessore |
---|---|
version | 1.0.0 |
package | classes |
close_tag(string $tag) : string
string
the html tag
string
the closing tagdoctype()
open_html(string | array $class)
string
array
some additional classes
open_tag(string $tag, array $params) : string
string
the html tag
array
the additional parameters
string
the opening tagstandard_tag(string $tag, string $inner_html, array $parms)
string
the tag
string
the inner html
array
the additional html tag parameters
array_to_html_attributes(string $glue, array | string $pieces) : string
author | http://blog.teknober.com/2011/04/13/php-array-to-html-attributes/ |
---|
string
array
string
string
get_html_attributes(string | array $inner_html, array $params) : string
string
array
the inner html
array
the parameters
string
the html tag attributes ready to be printed in the DOMparams(array $parms)
array
list of html attributes
HTML_VERSION : string