checkBrowsers() protected method

Protected routine to determine the browser type
protected checkBrowsers ( ) : boolean
return boolean True if the browser was detected otherwise false
 protected function checkBrowsers()
 {
     parent::checkBrowsers();
     // now add detection for more bots.
     if (!$this->isRobot()) {
         $this->bulkCheckRobot();
     }
 }