Beispiel #1
0
 function __construct($iYear, $iMonth)
 {
     parent::__construct($iYear, $iMonth);
 }
Beispiel #2
0
 function BxBaseCalendar($iYear, $iMonth)
 {
     parent::BxDolCalendar($iYear, $iMonth);
 }