Exemplo n.º 1
0
 function cell($e)
 {
     $o = new HTMLElements('td');
     $o->add($e);
     return $o;
 }
Exemplo n.º 2
0
 function __destruct()
 {
     parent::__destruct();
     unset($this);
 }