getParams() public static method

Return all the params
public static getParams ( ) : Array
return Array
コード例 #1
0
ファイル: Controller.php プロジェクト: voodoophp/voodoo
 /**
  * Return all the request params of GET and POST
  *
  * @return Array
  */
 public function getParams()
 {
     return Http\Request::getParams();
 }