| 1 | <?php |
||
| 15 | class LoadPermissionDataCommand extends Command |
||
| 16 | { |
||
| 17 | /** |
||
| 18 | * @var PermissionLoaderInterface |
||
| 19 | */ |
||
| 20 | private $permissionLoader; |
||
| 21 | |||
| 22 | public function __construct(PermissionLoaderInterface $permissionLoader) |
||
| 27 | |||
| 28 | /** |
||
| 29 | * {@inheritdoc} |
||
| 30 | */ |
||
| 31 | protected function configure() |
||
| 38 | |||
| 39 | /** |
||
| 40 | * {@inheritdoc} |
||
| 41 | */ |
||
| 42 | protected function execute(InputInterface $input, OutputInterface $output) |
||
| 48 | } |