Ejemplo n.º 1
0
 /**
  * Get all of the input and files for the request and store them in params.
  *
  */
 public function setParameters()
 {
     $this->params = \LockerRequest::all();
     $this->params['content'] = \LockerRequest::getContent();
 }