| 1 | <?php |
||
| 15 | class UserPackage implements RegistrationInterface, EntityRegistrationInterface, CommandRegistrationInterface |
||
| 16 | { |
||
| 17 | /** |
||
| 18 | * @param Container $c |
||
| 19 | */ |
||
| 20 | 26 | public function addToContainer(Container $c): void |
|
| 34 | |||
| 35 | /** |
||
| 36 | * @return string |
||
| 37 | */ |
||
| 38 | public function getEntityPath(): string |
||
| 42 | |||
| 43 | /** |
||
| 44 | * @param Container $container |
||
| 45 | * @return array |
||
| 46 | */ |
||
| 47 | public function registerConsoleCommands(Container $container): array |
||
| 54 | } |
||
| 55 |