Jaybizzle\CrawlerDetect\CrawlerDetect::__construct PHP Method

__construct() public method

Class constructor.
public __construct ( array $headers = null, $userAgent = null )
$headers array
    public function __construct(array $headers = null, $userAgent = null)
    {
        $this->crawlers = new Crawlers();
        $this->exclusions = new Exclusions();
        $this->uaHttpHeaders = new Headers();
        $this->setHttpHeaders($headers);
        $this->setUserAgent($userAgent);
    }