| 1 | <?php |
||
| 14 | class PathLoggedForResourceCommand extends Command |
||
| 15 | { |
||
| 16 | protected $resourceLogQuery; |
||
| 17 | |||
| 18 | /** |
||
| 19 | * @param ResourceLogQuery $resourceLogQuery |
||
| 20 | */ |
||
| 21 | public function __construct(ResourceLogQuery $resourceLogQuery) |
||
| 26 | |||
| 27 | |||
| 28 | /** |
||
| 29 | * Configure the command |
||
| 30 | */ |
||
| 31 | protected function configure() |
||
| 39 | |||
| 40 | /** |
||
| 41 | * @param InputInterface $input |
||
| 42 | * @param OutputInterface $output |
||
| 43 | * |
||
| 44 | * @return int|null|void |
||
| 45 | */ |
||
| 46 | protected function execute(InputInterface $input, OutputInterface $output) |
||
| 58 | } |
||
| 59 |