$element->toHtml
$element->toHtml -- Output HTML and children
概要
string $element->toHtml ()
説明
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..
例外・エラー
throws no exceptions thrown
注意
この関数は、スタティックにコールする
ことはできません。