Пример #1
0
 /**
  * Constructor Method.
  * 
  * @access	public
  * @param	string	$name
  * 
  */
 function MF_Widget_status($name)
 {
     // initialize core Widget settings
     parent::MF_Widget_select($name);
 }
Пример #2
0
 /**
  * Constructor Method.
  * 
  * @access	public
  * @param	string	$name
  * 
  */
 function MF_Widget_ref($name)
 {
     // initialize core Widget settings
     parent::MF_Widget_select($name);
     $this->self_ref = false;
     $this->popup = true;
     $this->popup_limit = 500;
 }