| 1 | <?php  | 
            ||
| 18 | class EventPuller  | 
            ||
| 19 | { | 
            ||
| 20 | /**  | 
            ||
| 21 | * @param EntityManagerInterface $em  | 
            ||
| 22 | *  | 
            ||
| 23 | * @return Event[]  | 
            ||
| 24 | */  | 
            ||
| 25 | 15 | public function pull(EntityManagerInterface $em)  | 
            |
| 41 | |||
| 42 | /**  | 
            ||
| 43 | * @param array $entities  | 
            ||
| 44 | *  | 
            ||
| 45 | * @return Event[]  | 
            ||
| 46 | */  | 
            ||
| 47 | 15 | private function pullFromEntities(array $entities)  | 
            |
| 60 | }  | 
            ||
| 61 |