ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
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 = [
19  self::OPTION_FILENAME,
20  self::OPTION_DESCRIPTION,
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.