Exemplo n.º 1
0
 /**
  * Set the id of the widget
  *
  * @access   public
  */
 function setID($id)
 {
     Piwi::registerId($id);
     $this->_id = $id;
 }