ILIAS  release_8 Revision v8.24
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 ilObjFileAbstractProcessorInterface.
createFileObj(ResourceIdentification $rid, int $parent_id, array $options=[], bool $create_reference=false)
Creates an ilObjFile instance for the provided information.
Class ilObjFileProcessorInterface.
process(ResourceIdentification $rid, array $options=[])
Processes a given resource for the given arguments.