Exemplo n.º 1
0
 /**
  * Set the id of the widget
  *
  * @access   public
  */
 function setID($id)
 {
     $this->_entry->setID($id);
     $this->_button->setID($id . '_button');
     parent::setID($id . '_table');
 }