|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
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 ilObjFileUnzipRecursiveProcessor, ilObjFileProcessor, and ilObjFileUnzipFlatProcessor.