JInput::getArray
Gets an array of values from the request.
Signature
public function getArray(array
$vars,
[mixed
$datasource = null] )
Parameters
-
$vars
- Associative array of keys and filter types to apply.
-
$datasource
- Array to retrieve data from, or null
Returns
- mixed
- The filtered input data.