ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
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 ?string $copyright_id = null
33 ): void {
34 $file_obj = $this->createFileObj($rid, $this->gui_object->getParentId(), $title, $description, $copyright_id);
35 }
36}
Class ilObjFileAbstractProcessorInterface.
createFileObj(ResourceIdentification $rid, int $parent_id, ?string $title=null, ?string $description=null, ?string $copyright_id=null, bool $create_reference=false)
Creates an ilObjFile instance for the provided information.
Class ilObjFileProcessorInterface.
process(ResourceIdentification $rid, ?string $title=null, ?string $description=null, ?string $copyright_id=null)
Processes a given resource for the given arguments.