getParams() public static méthode

Return all the params
public static getParams ( ) : Array
Résultat Array
Exemple #1
0
 /**
  * Return all the request params of GET and POST
  *
  * @return Array
  */
 public function getParams()
 {
     return Http\Request::getParams();
 }