__construct() 공개 메소드

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