Esempio n. 1
0
 function xhelpWordpressAdapter()
 {
     parent::init();
 }
Esempio n. 2
0
 /**
  * Class Constructor (Required)
  * @return NULL
  */
 function xhelpSmartfaqAdapter()
 {
     // Every class should call parent::init() to ensure that all class level
     // variables are initialized properly.
     parent::init();
 }
Esempio n. 3
0
 function xhelpXoopsfaqAdapter()
 {
     parent::init();
 }