| 1 | <?php |
||
| 11 | class User implements RegistrationInterface |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * @param Container $c |
||
| 15 | */ |
||
| 16 | 1 | public function addToContainer(Container $c) |
|
| 21 | |||
| 22 | 1 | private function addUserRepository(Container $c) |
|
| 32 | |||
| 33 | private function addUserService(Container $c) |
||
| 40 | |||
| 41 | public function getEntityPath() |
||
| 45 | |||
| 46 | public function hasEntityPath() |
||
| 50 | |||
| 51 | } |