예제 #1
0
 public function findCronExpiredEvents($first, $count)
 {
     return $this->eventDao->findExpiredEventsForCronJobs($first, $count);
 }