Cheetah
Public Member Functions | Public Attributes | List of all members
ChCRSSModule Class Reference
Inheritance diagram for ChCRSSModule:
ChWsbModule

Public Member Functions

 __construct ($aModule)
 
 serviceGenCustomRssBlock ($iID)
 
 GenCustomRssBlock ($iID)
 
- Public Member Functions inherited from ChWsbModule
 isLogged ()
 
 getUserId ()
 
 getUserPassword ()
 
 getTitleKey ($sUri)
 
 serviceGetBaseUrl ()
 

Public Attributes

 $_iProfileID
 
- Public Attributes inherited from ChWsbModule
 $_aModule
 
 $_oDb
 
 $_oTemplate
 
 $_oConfig
 

Additional Inherited Members

- Static Public Member Functions inherited from ChWsbModule
static getInstance ($sClassName)
 
static getTitle ($sUri)
 

Detailed Description

This work, "Cheetah - https://www.cheetahwsb.com", is a derivative of "Dolphin Pro V7.4.2" by BoonEx Pty Limited - https://www.boonex.com/, used under CC-BY. "Cheetah" is licensed under CC-BY by Dean J. Bassett Jr. CC-BY License - http://creativecommons.org/licenses/by/3.0/ Custom RSS module by Cheetah

This module allow user to add custom RSS feeds to own profile page.

Example of using this module to get any member RSS feeds:

require_once( CH_DIRECTORY_PATH_CLASSES . 'ChWsbModuleDb.php'); require_once( CH_DIRECTORY_PATH_MODULES . 'cheetah/custom_rss/classes/ChCRSSModule.php'); $oModuleDb = new ChWsbModuleDb(); $aModule = $oModuleDb->getModuleByUri('custom_rss'); $oChCRSSModule = new ChCRSSModule($aModule); echo $oChCRSSModule->GenCustomRssBlock($iID); //member ID

Profile's Wall: no wall events

Spy: no spy events

Memberships/ACL: no memberships available

Service methods:

Generate RSS feeds of profiles.

See also
ChAvaModule::serviceGenCustomRssBlock ChWsbService::call('custom_rss', 'gen_custom_rss_block', array($iID));

Alerts: No alerts available

Definition at line 53 of file ChCRSSModule.php.

Constructor & Destructor Documentation

◆ __construct()

ChCRSSModule::__construct (   $aModule)

constructor

Reimplemented from ChWsbModule.

Definition at line 59 of file ChCRSSModule.php.

Member Function Documentation

◆ GenCustomRssBlock()

ChCRSSModule::GenCustomRssBlock (   $iID)

Definition at line 76 of file ChCRSSModule.php.

◆ serviceGenCustomRssBlock()

ChCRSSModule::serviceGenCustomRssBlock (   $iID)

Generate member`s RSS feeds.

Parameters
$iID- member id
Returns
html of RSS feeds of member

Definition at line 71 of file ChCRSSModule.php.

Member Data Documentation

◆ $_iProfileID

ChCRSSModule::$_iProfileID

Definition at line 56 of file ChCRSSModule.php.


The documentation for this class was generated from the following file: