Exemplo n.º 1
0
 protected function _html()
 {
     $html = parent::_html();
     $html->insert(array($this->id->html(), ' '));
     return $html;
 }