Cheetah
|
Public Member Functions | |
__construct ($aModule) | |
serviceGenCustomRssBlock ($iID) | |
GenCustomRssBlock ($iID) | |
![]() | |
isLogged () | |
getUserId () | |
getUserPassword () | |
getTitleKey ($sUri) | |
serviceGetBaseUrl () | |
Public Attributes | |
$_iProfileID | |
![]() | |
$_aModule | |
$_oDb | |
$_oTemplate | |
$_oConfig | |
Additional Inherited Members | |
![]() | |
static | getInstance ($sClassName) |
static | getTitle ($sUri) |
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.
Alerts: No alerts available
Definition at line 53 of file ChCRSSModule.php.
ChCRSSModule::__construct | ( | $aModule | ) |
ChCRSSModule::GenCustomRssBlock | ( | $iID | ) |
Definition at line 76 of file ChCRSSModule.php.
ChCRSSModule::serviceGenCustomRssBlock | ( | $iID | ) |
Generate member`s RSS feeds.
$iID | - member id |
Definition at line 71 of file ChCRSSModule.php.
ChCRSSModule::$_iProfileID |
Definition at line 56 of file ChCRSSModule.php.