Example #1
0
 /**
  * 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");
 }
Example #2
0
 /**
  * Create a new Abusehub instance
  *
  */
 public function __construct()
 {
     // Call the parent constructor to initialize some basics
     parent::__construct($this);
 }