ILIAS  release_8 Revision v8.24
interface.ilObjFileProcessorInterfaceInterface.php
Go to the documentation of this file.
1<?php
2
4
11{
12 public const OPTION_FILENAME = 'title';
13 public const OPTION_DESCRIPTION = 'description';
14
18 public const OPTIONS = [
21 ];
22
28 public function process(ResourceIdentification $rid, array $options = []): void;
29}
process(ResourceIdentification $rid, array $options=[])
Processes a given resource for the given arguments.