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
파일 보기 프로젝트 열기: boonex/dolphin.pro 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$_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