JFeed::offsetExists
Whether or not an offset exists. This method is executed when using isset() or empty() on objects implementing ArrayAccess.
Signature
public function offsetExists(mixed
$offset )
Parameters
-
$offset
- An offset to check for.
Returns
- boolean