ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
class.ilObjFileProcessor.php
Go to the documentation of this file.
1 <?php
2 
20 
27 {
28  public function process(
30  string $title = null,
31  string $description = null,
32  int $copyright_id = null
33  ): void {
34  $file_obj = $this->createFileObj($rid, $this->gui_object->getParentId(), $title, $description, $copyright_id);
35  }
36 }
Class ilObjFileProcessorInterface.
createFileObj(ResourceIdentification $rid, int $parent_id, string $title=null, string $description=null, int $copyright_id=null, bool $create_reference=false)
Creates an ilObjFile instance for the provided information.
Class ilObjFileAbstractProcessorInterface.
process(ResourceIdentification $rid, string $title=null, string $description=null, int $copyright_id=null)
Processes a given resource for the given arguments.