1 | <?php |
||
11 | class ApplicationRepository extends BaseDoctrineRepository implements ApplicationRepositoryInterface |
||
12 | { |
||
13 | /** |
||
14 | * @see TokenRepositoryInterface::persist() |
||
15 | */ |
||
16 | public function persist(ApplicationInterface $application) |
||
23 | |||
24 | /** |
||
25 | * @see TokenRepositoryInterface::remove() |
||
26 | */ |
||
27 | public function remove(ApplicationInterface $application) |
||
34 | } |
||
35 |