| 1 | <?php |
||
| 12 | abstract class UserCommand extends Command |
||
| 13 | { |
||
| 14 | /** |
||
| 15 | * @param UserRepositoryCollection $userRepositoryCollection |
||
| 16 | * |
||
| 17 | * @return array |
||
| 18 | */ |
||
| 19 | protected function getAllValidUserClasses(UserRepositoryCollection $userRepositoryCollection) |
||
| 28 | |||
| 29 | protected function getUserClass(InputInterface $input, OutputInterface $output, array $availableUserClasses) |
||
| 50 | } |
||
| 51 |