Doc, correct bug introduced by auto-correct
This commit is contained in:
parent
5ebd0c6f52
commit
9473dcbcbf
4 changed files with 349 additions and 353 deletions
|
|
@ -229,9 +229,9 @@ class HttpInput
|
|||
}
|
||||
/**
|
||||
* @brief Retrieve from $_REQUEST
|
||||
* @param $p_name name of the variable
|
||||
* @param $p_type type of the variable , opt. default string
|
||||
* @param $p_default default value is variable is not set
|
||||
* @param $p_name string name of the variable
|
||||
* @param $p_type string type of the variable , opt. default string
|
||||
* @param $p_default string default value is variable is not set
|
||||
* @throws Exception if invalid
|
||||
*/
|
||||
function request($p_name, $p_type="string", $p_default="")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue