Beispiel #1
0
 function BxArlPageView($sName, &$oObject)
 {
     parent::BxDolTextPageView('articles_single', $sName, $oObject);
 }
 function __construct($sName, &$oObject)
 {
     parent::__construct('news_single', $sName, $oObject);
 }
Beispiel #3
0
 function BxFdbPageView($sName, &$oObject)
 {
     parent::BxDolTextPageView('feedback', $sName, $oObject);
 }
 function __construct($sName, &$oObject)
 {
     parent::__construct('feedback', $sName, $oObject);
 }
 function BxNewsPageView($sName, &$oObject)
 {
     parent::BxDolTextPageView('news_single', $sName, $oObject);
 }
Beispiel #6
0
 function BxMbpPageMy(&$oObject)
 {
     parent::BxDolPageView('bx_mbp_my_membership');
     $this->_oObject = $oObject;
     $GLOBALS['oTopMenu']->setCurrentProfileID($this->_oObject->getUserId());
 }