ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
ilObjFileProcessorInterface Interface Reference

Interface ilObjFileProcessorInterface. More...

+ Inheritance diagram for ilObjFileProcessorInterface:
+ Collaboration diagram for ilObjFileProcessorInterface:

Public Member Functions

 process (ResourceIdentification $rid, array $options=[])
 Processes a given resource for the given arguments. More...
 

Data Fields

const OPTION_FILENAME = 'title'
 
const OPTION_DESCRIPTION = 'description'
 
const OPTIONS
 

Detailed Description

Member Function Documentation

◆ process()

ilObjFileProcessorInterface::process ( ResourceIdentification  $rid,
array  $options = [] 
)

Processes a given resource for the given arguments.

Parameters
array<string,mixed>$options
See also
ilObjFileProcessorInterface::OPTIONS

Implemented in ilObjFileUnzipRecursiveProcessor, ilObjFileUnzipFlatProcessor, and ilObjFileProcessor.

Field Documentation

◆ OPTION_DESCRIPTION

const ilObjFileProcessorInterface::OPTION_DESCRIPTION = 'description'

◆ OPTION_FILENAME

const ilObjFileProcessorInterface::OPTION_FILENAME = 'title'

◆ OPTIONS

const ilObjFileProcessorInterface::OPTIONS
Initial value:
= [
self::OPTION_FILENAME,
self::OPTION_DESCRIPTION,
]

Definition at line 18 of file interface.ilObjFileProcessorInterfaceInterface.php.


The documentation for this interface was generated from the following file: