PHP Класс 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.
См. также: BxAvaModule::serviceGenCustomRssBlock BxDolService::call('custom_rss', 'gen_custom_rss_block', array($iID)); Alerts: No alerts available
Наследование: extends BxDolModule
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$_iProfileID Variables

Открытые методы

Метод Описание
GenCustomRssBlock ( $iID )
__construct ( $aModule ) Constructor
serviceGenCustomRssBlock ( $iID ) : html Generate member`s RSS feeds.

Описание методов

GenCustomRssBlock() публичный Метод

public GenCustomRssBlock ( $iID )

__construct() публичный Метод

Constructor
public __construct ( $aModule )

serviceGenCustomRssBlock() публичный Метод

Generate member`s RSS feeds.
public serviceGenCustomRssBlock ( $iID ) : html
$iID - member id
Результат html of RSS feeds of member

Описание свойств

$_iProfileID публичное свойство

Variables
public $_iProfileID