Declaration:
<? public value getParameter(string $key, scalar $defValue = null) ?>
Declared in: Request Description: Get request parameter $name. An optional scalar $defValue can be specified to return if the parameter $key not found. Parameters:
Returns: value of parameter $key or $defValue |
|