コード例 #1
0
ファイル: OpenTBS.php プロジェクト: jonasarts/opentbs-bundle
 public function __construct()
 {
     // construct the TBS class
     parent::__construct();
     // load the OpenTBS plugin
     $this->Plugin(TBS_INSTALL, OPENTBS_PLUGIN);
 }
コード例 #2
0
ファイル: Merge.php プロジェクト: omusico/sugar_work
 public function __construct()
 {
     parent::__construct();
     $this->Plugin(TBS_INSTALL, OPENTBS_PLUGIN);
     // load OpenTBS plugin
 }