JDataSet::__isset
The magic isset method is used to check the state of an object property using the iterator.
Example: $array = isset($objectList->foo);
Signature
public function __isset(string
$property )
Parameters
-
$property
- The name of the property.
Returns
- boolean
- True if the property is set in any of the objects in the data set.