|
ILIAS
release_4-3 Revision
|
Mime type determination. More...
Collaboration diagram for ilMimeTypeUtil:Static Public Member Functions | |
| static | getMimeType ($a_file="", $a_filename="", $a_mime="") |
| Get Mime type. | |
| static | getExt2MimeMap () |
| get file extension to mime type map | |
|
static |
get file extension to mime type map
Definition at line 89 of file class.ilMimeTypeUtil.php.
Referenced by getMimeType(), ilObjMediaCastGUI\ilObjMediaCastGUI(), and ilMediaCastSettings\initStorage().
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 22 of file class.ilMimeTypeUtil.php.
References $ilLog, $path, and getExt2MimeMap().
Referenced by ilObjectDAV\createFile(), ilObjFile\guessFileType(), ilDataCollectionDatatype\parseValue(), ilDAVServer\PUT(), ilObjFileGUI\save(), and ilObjFileGUI\update().
Here is the call graph for this function:
Here is the caller graph for this function: