Exemplo n.º 1
0
 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'];
     }
 }
Exemplo n.º 2
0
 function __construct()
 {
     parent::__construct();
     $this->e107 = e107::getInstance();
 }
 /**
  * Constructor.
  */
 function __construct()
 {
     parent::__construct();
     // Get plugin preferences.
     $this->plugPrefs = e107::getPlugConfig('paypal_donation')->getPref();
 }
 /**
  * Constructor.
  */
 function __construct()
 {
     parent::__construct();
     $this->plugPrefs = e107::getPlugConfig('nodejs_comment')->getPref();
 }
 /**
  * Constructor.
  */
 function __construct()
 {
     parent::__construct();
     // Get plugin preferences.
     $this->plugPrefs = e107::getPlugConfig('google_analytics')->getPref();
 }
Exemplo n.º 6
0
 function __construct($eVars = null)
 {
     parent::__construct($eVars);
     $this->e107 = e107::getInstance();
 }
Exemplo n.º 7
0
 /**
  * Constructor.
  */
 function __construct()
 {
     parent::__construct();
     // Get plugin preferences.
     $this->plugPrefs = e107::getPlugConfig('libraries')->getPref();
 }