コード例 #1
0
ファイル: wordpress.php プロジェクト: trabisdementia/xuups
 function xhelpWordpressAdapter()
 {
     parent::init();
 }
コード例 #2
0
ファイル: Smartfaq.php プロジェクト: trabisdementia/xuups
 /**
  * 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();
 }
コード例 #3
0
ファイル: xoopsfaq.php プロジェクト: trabisdementia/xuups
 function xhelpXoopsfaqAdapter()
 {
     parent::init();
 }