예제 #1
0
파일: Widget.php 프로젝트: Dulciane/jaws
 /**
  * Set the id of the widget
  *
  * @access   public
  */
 function setID($id)
 {
     Piwi::registerId($id);
     $this->_id = $id;
 }