Example #1
0
 /**
  * Get required parameters that were not found
  *
  * @return array
  */
 public function getRequiredParamsNotFound()
 {
     if (!$this->request->isParsed()) {
         $this->parseRequest();
     }
     return $this->request->getRequiredParamsNotFound();
 }