Ejemplo n.º 1
0
 function video()
 {
     $el = new HtmlElement('video');
     return $el->_init2(func_get_args());
 }
Ejemplo n.º 2
0
 function embed()
 {
     $el = new HtmlElement('embed');
     return $el->_init2(func_get_args());
 }