Class RSS
-
feed
-
RSS
Methods summary
public
|
#
__construct( $options = NULL )
Creates a feed object from the URL parameters fetched only
Creates a feed object from the URL parameters fetched only
Overrides
|
protected
|
#
hitcounter( )
Updates the hitcoutner for RSS in the plugin_storage db table.
Updates the hitcoutner for RSS in the plugin_storage db table.
|
protected
array
|
#
getItemGallery( object $item )
Gets the feed item data in a gallery feed
Gets the feed item data in a gallery feed
Parameters
- $item
- Object of an image or album
Returns
array
|
protected
array
|
#
getItemNews( array $item )
Gets the feed item data in a Zenpage news feed
Gets the feed item data in a Zenpage news feed
Parameters
- $item
- Titlelink a Zenpage article or filename of an image if a combined feed
Returns
array
|
public
|
|
Properties summary
protected
string
|
$feed
|
|
Properties inherited from feed
$albumfolder,
$albumpath,
$catlink,
$cattitle,
$channel_title,
$collection,
$commentfeedtype,
$feeditem,
$feedtype,
$host,
$id,
$imagepath,
$imagesize,
$itemnumber,
$itemobj,
$locale,
$locale_xml,
$mode,
$modrewritesuffix,
$newsoption,
$options,
$sortdirection,
$sortorder,
$titleappendix
|