-
Notifications
You must be signed in to change notification settings - Fork 35
mod_system_Mimetype
Raimondas Rimkevičius edited this page Mar 9, 2020
·
1 revision
Notice: Wiki was automatic generated from project sources as project API documentation. Do not edit manually!
Mimetype management for file handling
- Class name: mod_system_Mimetype
- Namespace:
- Parent class: icms_ipf_Object
public mixed $content = \false
- Visibility: public
public int mimetypeid
Mimetype ID
- Visibility: public
public string extension
File extention
- Visibility: public
public string types
Mimetypes
- Visibility: public
public string name
Name
- Visibility: public
public string[] dirname
Modules allowed to use this mimetype
- Visibility: public
mixed mod_system_Mimetype::__construct(object handler)
Constructor
- Visibility: public
- handler object
mixed mod_system_Mimetype::getVar(mixed key, mixed format)
(non-PHPdoc)
- Visibility: public
- key mixed
- format mixed
bool mod_system_Mimetype::emptyString(string var)
Determines if a variable is a zero length string
- Visibility: public
- var string
string mod_system_Mimetype::getMimetypeName()
Get the name property of the selected mimetype
- Visibility: public
string mod_system_Mimetype::getMimetypeType()
Get the type of the selected mimetype
- Visibility: public
int mod_system_Mimetype::getMimetypeId()
Get the ID of the selected mimetype
- Visibility: public