Ejemplo n.º 1
0
 /**
  * Constructor.
  */
 function __construct($id, $page)
 {
     parent::__construct($id, $page);
     $this->startTime = '00:00:00';
     $this->endTime = '23:59:59';
     $this->incrementsPerHour = 1;
     $this->formatString = 'g:i A';
     $this->generateOptions();
 }
Ejemplo n.º 2
0
 /**
  * Constructor.
  */
 function __construct($id, $page)
 {
     parent::__construct($id, $page);
     $this->baseURL = NULL;
 }