| 1 | <?php |
||
| 16 | class Person implements RegistrationInterface |
||
| 17 | { |
||
| 18 | /** |
||
| 19 | * @param Container $c |
||
| 20 | */ |
||
| 21 | public function addToContainer(Container $c) |
||
| 26 | |||
| 27 | 2 | private function addPersonRepository(Container $c) |
|
| 37 | |||
| 38 | private function addPersonService(Container $c) |
||
| 45 | |||
| 46 | public function getEntityPath() |
||
| 50 | |||
| 51 | public function hasEntityPath() |
||
| 55 | |||
| 56 | |||
| 57 | } |