コード例 #1
0
ファイル: text.php プロジェクト: cedwards-reisys/nexus-web
 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
ファイル: attach.php プロジェクト: cedwards-reisys/nexus-web
 protected function __construct()
 {
     parent::__construct();
     $this->imageHandler = vB_Image::instance();
 }