Example #1
0
 public function getPreviousUserAgent()
 {
     $previous = $this->_history->getPrevious();
     if ($previous !== null && isset($previous['userAgent'])) {
         return $previous['userAgent'];
     }
     return null;
 }