ILIAS  release_5-0 Revision 5.0.0-1144-gc4397b1f87
ilObjFileHandlingQuestionType Interface Reference

Interface ilObjFileHandlingQuestionType. More...

+ Inheritance diagram for ilObjFileHandlingQuestionType:
+ Collaboration diagram for ilObjFileHandlingQuestionType:

Public Member Functions

 hasFileUploads ($test_id)
 Checks if file uploads exist for a given test and the original id of the question. More...
 
 getFileUploadZIPFile ($test_id)
 Generates a ZIP file containing all file uploads for a given test and the original id of the question. More...
 

Detailed Description

Interface ilObjFileHandlingQuestionType.

Thin interface to denote a question as a file handling question type.

Author
Maximilian Becker mbeck.nosp@m.er@d.nosp@m.ataba.nosp@m.y.de
Version
$Id$

Definition at line 15 of file interface.ilObjFileHandlingQuestionType.php.

Member Function Documentation

◆ getFileUploadZIPFile()

ilObjFileHandlingQuestionType::getFileUploadZIPFile (   $test_id)

Generates a ZIP file containing all file uploads for a given test and the original id of the question.

Parameters
int$test_id

Referenced by assFileUpload\hasFileUploads().

+ Here is the caller graph for this function:

◆ hasFileUploads()

ilObjFileHandlingQuestionType::hasFileUploads (   $test_id)

Checks if file uploads exist for a given test and the original id of the question.

Parameters
int$test_id
Returns
boolean TRUE if file uploads exist, FALSE otherwise

Implemented in assFileUpload.


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