ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
◀ ilDoc Overview
interface.ilObjFileProcessorInterface.php
Go to the documentation of this file.
1
<?php
2
3
use
ILIAS\ResourceStorage\Identification\ResourceIdentification
;
4
10
interface
ilObjFileProcessorInterface
11
{
15
public
function
process
(
16
ResourceIdentification
$rid,
17
string
$title = null,
18
string
$description = null,
19
int
$copyright_id = null
20
): void;
21
}
ilObjFileProcessorInterface\process
process(ResourceIdentification $rid, string $title=null, string $description=null, int $copyright_id=null)
Processes a given resource for the given arguments.
ilObjFileProcessorInterface
Interface ilObjFileProcessorInterface.
Definition:
interface.ilObjFileProcessorInterface.php:10
ResourceIdentification
ILIAS\ResourceStorage\Identification\ResourceIdentification
Class ResourceIdentification.
Definition:
ResourceIdentification.php:30
Modules
File
classes
Processors
interface.ilObjFileProcessorInterface.php
Generated on Wed Sep 10 2025 14:10:51 for ILIAS by
1.8.13 (using
Doxyfile
)