PHP Class BxCRSSModule, dolphin.pro

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( BX_DIRECTORY_PATH_CLASSES . 'BxDolModuleDb.php'); require_once( BX_DIRECTORY_PATH_MODULES . 'boonex/custom_rss/classes/BxCRSSModule.php'); $oModuleDb = new BxDolModuleDb(); $aModule = $oModuleDb->getModuleByUri('custom_rss'); $oBxCRSSModule = new BxCRSSModule($aModule); echo $oBxCRSSModule->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: BxAvaModule::serviceGenCustomRssBlock BxDolService::call('custom_rss', 'gen_custom_rss_block', array($iID)); Alerts: No alerts available
Inheritance: extends BxDolModule
Datei anzeigen Open project: boonex/dolphin.pro Class Usage Examples

Public Properties

Property Type Description
$_iProfileID Variables

Public Methods

Method Description
GenCustomRssBlock ( $iID )
__construct ( $aModule ) Constructor
serviceGenCustomRssBlock ( $iID ) : html Generate member`s RSS feeds.

Method Details

GenCustomRssBlock() public method

public GenCustomRssBlock ( $iID )

__construct() public method

Constructor
public __construct ( $aModule )

serviceGenCustomRssBlock() public method

Generate member`s RSS feeds.
public serviceGenCustomRssBlock ( $iID ) : html
$iID - member id
return html of RSS feeds of member

Property Details

$_iProfileID public_oe property

Variables
public $_iProfileID