コード例 #1
0
ファイル: Snds.php プロジェクト: AbuseIO/collector-snds
 /**
  * Create a new Microsoft SNDS instance
  *
  */
 public function __construct()
 {
     // Call the parent constructor to initialize some basics
     parent::__construct($this);
     $this->key = config("{$this->configBase}.collector.key");
     $this->url = config("{$this->configBase}.collector.location");
 }
コード例 #2
0
ファイル: Rbl.php プロジェクト: AbuseIO/collector-rbl
 /**
  * Create a new Abusehub instance
  *
  */
 public function __construct()
 {
     // Call the parent constructor to initialize some basics
     parent::__construct($this);
 }