Пример #1
0
 protected function __construct()
 {
     parent::__construct();
     //see if we have spam checking set.
     if (isset($this->options['vb_antispam_type']) and $this->options['vb_antispam_type'] > 0 and !empty($this->options['vb_antispam_key'])) {
         $this->spamType = $this->options['vb_antispam_type'];
         $this->spamKey = $this->options['vb_antispam_key'];
     }
 }
Пример #2
0
 protected function __construct()
 {
     parent::__construct();
     $this->imageHandler = vB_Image::instance();
 }