getBodyParam() public method
Returns the named request body parameter value.
If the parameter does not exist, the second parameter passed to this method will be returned.
See also:
public mixed getBodyParam ( $name, $defaultValue = null ) | ||
---|---|---|
$name | string |
The parameter name |
$defaultValue | mixed |
The default parameter value if the parameter does not exist. |
return | mixed |
The parameter value |
Please login to continue.