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