JData::__isset
The magic isset method is used to check the state of an object property.
Signature
public function __isset(string
$property )
Parameters
-
$property
- The name of the data property.
Returns
- boolean
- True if set, otherwise false is returned.