예제 #1
0
파일: cmd.class.php 프로젝트: jimibi/core
 public function getStatistique($_startTime, $_endTime)
 {
     return history::getStatistique($this->getId(), $_startTime, $_endTime);
 }