| 1 | <?php |
||
| 7 | class FindResourceLastVersionCommand implements ResourceCommandInterface |
||
| 8 | { |
||
| 9 | /** |
||
| 10 | * @var ResourceDOInterface |
||
| 11 | */ |
||
| 12 | protected $resourceDO; |
||
| 13 | /** |
||
| 14 | * @var FilesystemInterface |
||
| 15 | */ |
||
| 16 | protected $filesystem; |
||
| 17 | |||
| 18 | 10 | public function __construct(ResourceDOInterface $resourceDO, FilesystemInterface $filesystem) |
|
| 23 | |||
| 24 | 10 | public function __invoke() |
|
| 44 | } |