|
ILIAS
eassessment Revision 61809
|
Mime type determination. More...
Collaboration diagram for ilMimeTypeUtil:Public Member Functions | |
| getExt2MimeMap () | |
| get file extension to mime type map | |
Static Public Member Functions | |
| static | getMimeType ($a_file="", $a_filename="", $a_mime="") |
| Get Mime type. | |
| ilMimeTypeUtil::getExt2MimeMap | ( | ) |
get file extension to mime type map
Definition at line 112 of file class.ilMimeTypeUtil.php.
Referenced by getMimeType().
Here is the caller graph for this function:
|
static |
Get Mime type.
| string | full path of file (incl. filename) |
| string | file name (must be provided if no full path is given) |
| string | mime type that will be used initially. Provide any mime type headers |
Definition at line 41 of file class.ilMimeTypeUtil.php.
References $ilLog, $path, and getExt2MimeMap().
Referenced by ilObjectDAV\createFile(), ilObjFile\guessFileType(), ilDAVServer\PUT(), ilObjFileGUI\saveObject(), and ilObjFileGUI\updateObject().
Here is the call graph for this function:
Here is the caller graph for this function: