예제 #1
0
 function BxPollCalendar($iYear, $iMonth, &$oDb, &$oTemplate, &$oConfig)
 {
     parent::BxTemplCalendar($iYear, $iMonth);
     $this->oDb =& $oDb;
     $this->oTemplate =& $oTemplate;
     $this->oConfig =& $oConfig;
 }
예제 #2
0
 function BxSitesCalendar($iYear, $iMonth, $oSites)
 {
     parent::BxTemplCalendar($iYear, $iMonth);
     $this->_oDb = $oSites->_oDb;
     $this->_oTemplate = $oSites->_oTemplate;
     $this->_oConfig = $oSites->_oConfig;
 }
예제 #3
0
 function BxDolTextCalendar($iYear, $iMonth, &$oDb, &$oConfig)
 {
     parent::BxTemplCalendar($iYear, $iMonth);
     $this->_oDb =& $oDb;
     $this->_oConfig =& $oConfig;
     $this->sCssPrefix = '';
 }
예제 #4
0
 function BxDolProfilesCalendar($iYear, $iMonth)
 {
     parent::BxTemplCalendar($iYear, $iMonth);
 }
예제 #5
0
 function TagsCalendar($iYear, $iMonth)
 {
     parent::BxTemplCalendar($iYear, $iMonth);
 }
예제 #6
0
 function BxBlogsCalendar($iYear, $iMonth, &$oModule)
 {
     parent::BxTemplCalendar($iYear, $iMonth);
     $this->oBlogsModule =& $oModule;
 }
예제 #7
0
 function BxDolTwigCalendar($iYear, $iMonth, &$oDb, &$oConfig)
 {
     parent::BxTemplCalendar($iYear, $iMonth);
     $this->oDb =& $oDb;
     $this->oConfig =& $oConfig;
 }
예제 #8
0
 function CategoriesCalendar($iYear, $iMonth)
 {
     parent::BxTemplCalendar($iYear, $iMonth);
 }