Пример #1
0
 public function getHistory($_dateStart = null, $_dateEnd = null)
 {
     return history::all($this->id, $_dateStart, $_dateEnd);
 }