Ejemplo n.º 1
0
 /**
  * {@inheritdoc}
  * Override to allow pass custom request using setRequest().
  */
 public function getRequest()
 {
     if (!$this->request) {
         $this->request = parent::getRequest();
     }
     return $this->request;
 }