Beispiel #1
0
 public function __destruct()
 {
     if ($this->v2Support) {
         $_SESSION['__pmg.request'] = serialize($this);
     }
     /* Log the request */
     Log::logRequest($this);
 }