Ejemplo n.º 1
0
 public function getTendance($_startTime, $_endTime)
 {
     return history::getTendance($this->getId(), $_startTime, $_endTime);
 }