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