ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
interface.ilObjFileProcessorInterface.php
Go to the documentation of this file.
1 <?php
2 
4 
11 {
15  public function process(
17  string $title = null,
18  string $description = null,
19  int $copyright_id = null
20  ): void;
21 }
process(ResourceIdentification $rid, string $title=null, string $description=null, int $copyright_id=null)
Processes a given resource for the given arguments.
Interface ilObjFileProcessorInterface.