Example #1
0
 /**
  * @param Request $request
  */
 public function addRequest(Request $request)
 {
     $this->requests[] = $request;
     $this->isNotification = $this->isNotification && $request->isNotification();
 }