예제 #1
0
파일: cmd.class.php 프로젝트: jimibi/core
 public function getHistory($_dateStart = null, $_dateEnd = null)
 {
     return history::all($this->id, $_dateStart, $_dateEnd);
 }