コード例 #1
0
ファイル: news_shortcodes.php プロジェクト: gitye/e107
 function __construct($eVars = null)
 {
     parent::__construct($eVars);
     $this->e107 = e107::getInstance();
     $pref = e107::getPref();
     $this->commentsDisabled = vartrue($pref['comments_disabled']);
     if (!empty($pref['comments_engine'])) {
         $this->commentsEngine = $pref['comments_engine'];
     }
 }
コード例 #2
0
ファイル: view_shortcodes.php プロジェクト: notzen/e107
 function __construct()
 {
     parent::__construct();
     $this->e107 = e107::getInstance();
 }
コード例 #3
0
 /**
  * Constructor.
  */
 function __construct()
 {
     parent::__construct();
     // Get plugin preferences.
     $this->plugPrefs = e107::getPlugConfig('paypal_donation')->getPref();
 }
コード例 #4
0
 /**
  * Constructor.
  */
 function __construct()
 {
     parent::__construct();
     $this->plugPrefs = e107::getPlugConfig('nodejs_comment')->getPref();
 }
コード例 #5
0
 /**
  * Constructor.
  */
 function __construct()
 {
     parent::__construct();
     // Get plugin preferences.
     $this->plugPrefs = e107::getPlugConfig('google_analytics')->getPref();
 }
コード例 #6
0
ファイル: news_shortcodes.php プロジェクト: notzen/e107
 function __construct($eVars = null)
 {
     parent::__construct($eVars);
     $this->e107 = e107::getInstance();
 }
コード例 #7
0
 /**
  * Constructor.
  */
 function __construct()
 {
     parent::__construct();
     // Get plugin preferences.
     $this->plugPrefs = e107::getPlugConfig('libraries')->getPref();
 }