Example #1
0
 final function __destruct()
 {
     if ($this->request->isDirty()) {
         $this->request->save();
     }
 }