JInput::__call
Magic method to get filtered input data.
Signature
public function __call(string
$name,
array
$arguments )
Parameters
-
$name
- Name of the filter type prefixed with 'get'.
-
$arguments
- [0] The name of the variable [1] The default value.
Returns
- mixed
- The filtered input value.