JDataSet::__unset
The magic unset method is used to unset an object property using the iterator.
Example: unset($objectList->foo); This will unset all of the 'foo' properties in the list of JData's.
Signature
public function __unset(string
$property )
Parameters
-
$property
- The name of the property.
Returns
- void