Example #1
0
 /**
  * Used to determine if the browser is actually "chromeframe".
  *
  * @return bool
  */
 public function getIsChromeFrame()
 {
     if (!isset($this->name)) {
         BrowserDetector::detect($this, $this->getUserAgent());
     }
     return $this->isChromeFrame;
 }