clear
The method clear removes all child elements and innerHtml from this androHtml element.
function clear() { $this->innerHtml = ''; $this->children = array(); }
There are no user comments yet on this page.