Пример #1
0
 public function get($index, $key = null, \DateTime $afterDate = null)
 {
     return $this->repo->findStatsByIndexKeyDate($index, $key, $afterDate);
 }