ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
class.ilObjFileProcessor.php
Go to the documentation of this file.
1 <?php
2 
4 
11 {
12  public function process(ResourceIdentification $rid, array $options = []): void
13  {
14  $this->createFileObj($rid, $this->gui_object->getParentId(), $options);
15  }
16 }
Class ilObjFileProcessorInterface.
createFileObj(ResourceIdentification $rid, int $parent_id, array $options=[], bool $create_reference=false)
Creates an ilObjFile instance for the provided information.
process(ResourceIdentification $rid, array $options=[])
Processes a given resource for the given arguments.
Class ilObjFileAbstractProcessorInterface.