| 1 | <?php |
||
| 17 | class NotOverlappedDatesRepository |
||
| 18 | { |
||
| 19 | /** |
||
| 20 | * @var EntityManagerInterface |
||
| 21 | */ |
||
| 22 | private $entityManager; |
||
| 23 | |||
| 24 | 4 | public function __construct(EntityManagerInterface $entityManager) |
|
| 28 | |||
| 29 | /** |
||
| 30 | * @return array|EntityInterface[] |
||
| 31 | */ |
||
| 32 | 4 | public function getOverlappedEntities( |
|
| 55 | } |
||
| 56 |