예제 #1
0
 function BxSitesPageView(&$oSites, $aSite)
 {
     parent::BxDolTwigPageView('bx_sites_view', $oSites, $aSite);
     $this->_oSites =& $oSites;
     $this->_aSite = $aSite;
     $this->_oTemplate = $oSites->_oTemplate;
     $this->_oConfig = $oSites->_oConfig;
 }
 function MlClonetwoPageView(&$oMain, &$aDataEntry)
 {
     parent::BxDolTwigPageView('ml_clonetwo_view', $oMain, $aDataEntry);
     $this->_iPageID = $aDataEntry['id'];
     require_once $oMain->_oConfig->_sClassPath . 'MlClonetwoPageFields.php';
     $this->_getPageData($this->_iPageID);
     if ($this->_aPage) {
         $iPFArea = 5;
         $this->oPF = new MlClonetwoPageFields($iPFArea);
         if (!$this->oPF->aBlocks) {
             return false;
         }
         $this->aPFBlocks = $this->oPF->aBlocks;
     }
 }
예제 #3
0
 function BxGroupsPageView(&$oMain, &$aDataEntry)
 {
     parent::BxDolTwigPageView('bx_groups_view', $oMain, $aDataEntry);
 }
예제 #4
0
 function BxStorePageView(&$oMain, &$aDataEntry)
 {
     parent::BxDolTwigPageView('bx_store_view', $oMain, $aDataEntry);
 }
예제 #5
0
 function BxEventsPageView(&$oEventsMain, &$aEvent)
 {
     parent::BxDolTwigPageView('bx_events_view', $oEventsMain, $aEvent);
 }