コード例 #1
0
 /**
  * main class constructor
  * @param null $module
  */
 public function __construct($module)
 {
     parent::__construct($module);
     $this->add_module_widgets('nav_menu');
     //no need because this widget is default
 }
コード例 #2
0
 /**
  * main class constructor
  * @param null $module
  */
 public function __construct($module)
 {
     parent::__construct($module);
     $this->add_module_widgets('hwlct_taxonomy');
 }
コード例 #3
0
 public function __construct($module)
 {
     parent::__construct($module);
     $this->add_module_widgets('hw_visualeditor');
 }
コード例 #4
0
 /**
  * @param string $module
  */
 public function __construct($module)
 {
     parent::__construct($module);
     $this->add_module_widgets('bcn_widget');
 }
コード例 #5
0
 /**
  * main class constructor
  * @param null $module
  */
 public function __construct($module)
 {
     parent::__construct($module);
 }
コード例 #6
0
 /**
  * main class constructor
  * @param null $module
  */
 public function __construct($module)
 {
     parent::__construct($module);
     $this->add_module_widgets('hw_metaslider_widget', 'hwml_widget');
 }
コード例 #7
0
 /**
  * main class constructor
  * @param null $module
  */
 function __construct($module)
 {
     parent::__construct($module);
     $this->add_module_widgets('hwss');
 }
コード例 #8
0
 /**
  * main class constructor
  * @param null $module
  */
 public function __construct($module)
 {
     parent::__construct($module);
     $this->add_module_widgets('hw_yahoo_skype_status');
 }
コード例 #9
0
 /**
  * main class constructor
  * @param null $module
  */
 public function __construct($module)
 {
     parent::__construct($module);
     $this->add_module_widgets('hw_StatsMechanic');
 }
コード例 #10
0
 public function __construct($module)
 {
     parent::__construct($module);
     $this->add_module_widgets('hw_marquee_text');
 }
コード例 #11
0
 /**
  * class entry
  * @param string $module
  */
 public function __construct($module)
 {
     parent::__construct($module);
     $this->product = $this->load_extension('HW_WOO_Product');
 }
コード例 #12
0
 /**
  * main class constructor
  * @param null $module
  */
 public function __construct($module)
 {
     parent::__construct($module);
     $this->add_module_widgets('hw_taxonomy_post_list_widget');
 }