__construct() public method

public __construct ( $strict = false )
 /**
  * @param bool  $strict
  * @param array $hosts
  */
 public function __construct($strict = false, $hosts = [])
 {
     parent::__construct($strict);
     $this->blacklist = $hosts;
 }