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']; } }
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(); }
function __construct($eVars = null) { parent::__construct($eVars); $this->e107 = e107::getInstance(); }
/** * Constructor. */ function __construct() { parent::__construct(); // Get plugin preferences. $this->plugPrefs = e107::getPlugConfig('libraries')->getPref(); }