1 | <?php |
||
8 | class TaskRepository extends EntityRepository |
||
9 | 6 | { |
|
10 | /** |
||
11 | 6 | * {@inheritdoc} |
|
12 | 6 | */ |
|
13 | 6 | public function findEndBefore(\DateTime $dateTime) |
|
21 | |||
22 | /** |
||
23 | * {@inheritdoc} |
||
24 | */ |
||
25 | public function add(TaskInterface $task) |
||
30 | 3 | ||
31 | 3 | /** |
|
32 | * {@inheritdoc} |
||
33 | 3 | */ |
|
34 | public function findEndBeforeNow() |
||
38 | } |
||
39 |