| 1 | <?php |
||
| 9 | class ExpensesPackage implements RegistrationInterface |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * @param Container $c |
||
| 13 | */ |
||
| 14 | public function addToContainer(Container $c) |
||
| 27 | |||
| 28 | /** |
||
| 29 | * @return string |
||
| 30 | */ |
||
| 31 | public function getEntityPath() |
||
| 35 | |||
| 36 | /** |
||
| 37 | * @return bool |
||
| 38 | */ |
||
| 39 | public function hasEntityPath() |
||
| 43 | |||
| 44 | } |