$element->toHtml

$element->toHtml -- Output HTML and children

Synopsis

string $element->toHtml ()

Beschreibung

returns the HTML to represent the object. If you wish to implement your own element, you only need to implement this method, and assign it to the element array..

Fehler-Meldungen

throws no exceptions thrown

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.