JFeed::offsetSet
Assigns a value to the specified offset.
Signature
public function offsetSet(mixed
$offset,
JFeedEntry
$value )
Parameters
-
$offset
- The offset to assign the value to.
-
$value
- The JFeedEntry to set.
Returns
- boolean