Exemplo n.º 1
0
 private function fetchForStudent(User $student)
 {
     return HistoryPeer::getFor($student->getId(), $this->limit);
 }