|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Interface ilObjFileProcessorInterface. More...
Inheritance diagram for ilObjFileProcessorInterface:
Collaboration diagram for ilObjFileProcessorInterface:Public Member Functions | |
| process (ResourceIdentification $rid, ?string $title=null, ?string $description=null, ?string $copyright_id=null) | |
| Processes a given resource for the given arguments. More... | |
Interface ilObjFileProcessorInterface.
Definition at line 26 of file interface.ilObjFileProcessorInterface.php.
| ilObjFileProcessorInterface::process | ( | ResourceIdentification | $rid, |
| ?string | $title = null, |
||
| ?string | $description = null, |
||
| ?string | $copyright_id = null |
||
| ) |
Processes a given resource for the given arguments.
Implemented in ilObjFileProcessor, ilObjFileUnzipFlatProcessor, and ilObjFileUnzipRecursiveProcessor.