function BxDolProfilePrivatePageView(&$oPr, &$aSite, &$aDir) { $this->oProfileGen =& $oPr; $this->aConfSite = $aSite; $this->aConfDir = $aDir; parent::BxDolPageView('profile_private'); }
function BxWallPage($sOwner, &$oWall) { $this->_sOwner = $sOwner; $this->_oWall =& $oWall; $this->oProfileGen = new BxBaseProfileGenerator(getId($sOwner, 0)); $this->aConfSite = $GLOBALS['site']; $this->aConfDir = $GLOBALS['dir']; parent::BxDolPageView('wall'); }
/** * Class constructor ; */ function BxDolProfileInfoPageView($sPageName, &$aMemberInfo) { global $site, $dir; $this->oProfileGen = new BxBaseProfileGenerator($aMemberInfo['ID']); $this->aConfSite = $site; $this->aConfDir = $dir; parent::BxDolPageView($sPageName); $this->iMemberID = getLoggedId(); $this->aMemberInfo =& $aMemberInfo; }