Beispiel #1
0
 /**
  * @return Response
  */
 public function send()
 {
     if ($this->autologin) {
         $this->client->checkLogin();
     }
     $this->options['query'] = $this->query->toArray();
     return new Response($this->internalClient->request($this->method, $this->getAbsoluteUri(), $this->options));
 }