Ejemplo n.º 1
0
 function __construct($iYear, $iMonth)
 {
     parent::__construct($iYear, $iMonth);
 }
Ejemplo n.º 2
0
 function BxTemplCalendar($iYear, $iMonth)
 {
     parent::BxBaseCalendar($iYear, $iMonth);
 }