Netsutie PHP Toolkit
MediaType.php
Go to the documentation of this file.
1 <?php
8 class MediaType {
9 
10 
11 
12  static $paramtypesmap = array(
13 
14  );
15 
22  const _AUTOCAD = "_AUTOCAD";
23 
30  const _BMPIMAGE = "_BMPIMAGE";
31 
38  const _CONFIG = "_CONFIG";
39 
46  const _CSV = "_CSV";
47 
54  const _EXCEL = "_EXCEL";
55 
62  const _FLASH = "_FLASH";
63 
70  const _FREEMARKER = "_FREEMARKER";
71 
78  const _GIFIMAGE = "_GIFIMAGE";
79 
86  const _GZIP = "_GZIP";
87 
94  const _HTMLDOC = "_HTMLDOC";
95 
102  const _ICON = "_ICON";
103 
110  const _IMAGE = "_IMAGE";
111 
118  const _JAVASCRIPT = "_JAVASCRIPT";
119 
126  const _JPGIMAGE = "_JPGIMAGE";
127 
134  const _JSON = "_JSON";
135 
142  const _MESSAGERFC = "_MESSAGERFC";
143 
150  const _MISCBINARY = "_MISCBINARY";
151 
158  const _MISCTEXT = "_MISCTEXT";
159 
166  const _MP3 = "_MP3";
167 
174  const _MPEGMOVIE = "_MPEGMOVIE";
175 
182  const _MSPROJECT = "_MSPROJECT";
183 
190  const _PDF = "_PDF";
191 
198  const _PJPGIMAGE = "_PJPGIMAGE";
199 
206  const _PLAINTEXT = "_PLAINTEXT";
207 
214  const _PNGIMAGE = "_PNGIMAGE";
215 
222  const _POSTSCRIPT = "_POSTSCRIPT";
223 
230  const _POWERPOINT = "_POWERPOINT";
231 
238  const _QUICKTIME = "_QUICKTIME";
239 
246  const _RTF = "_RTF";
247 
254  const _SMS = "_SMS";
255 
262  const _STYLESHEET = "_STYLESHEET";
263 
270  const _TAR = "_TAR";
271 
278  const _TARCOMP = "_TARCOMP";
279 
286  const _TIFFIMAGE = "_TIFFIMAGE";
287 
294  const _VISIO = "_VISIO";
295 
302  const _WEBAPPPAGE = "_WEBAPPPAGE";
303 
310  const _WEBAPPSCRIPT = "_WEBAPPSCRIPT";
311 
318  const _WORD = "_WORD";
319 
326  const _XMLDOC = "_XMLDOC";
327 
334  const _XSD = "_XSD";
335 
342  const _ZIP = "_ZIP";
343 
344 }
const _AUTOCAD
Definition: MediaType.php:22
const _PDF
Definition: MediaType.php:190
const _PNGIMAGE
Definition: MediaType.php:214
const _ZIP
Definition: MediaType.php:342
const _CONFIG
Definition: MediaType.php:38
const _ICON
Definition: MediaType.php:102
const _MP3
Definition: MediaType.php:166
const _POWERPOINT
Definition: MediaType.php:230
const _TAR
Definition: MediaType.php:270
const _GZIP
Definition: MediaType.php:86
const _MSPROJECT
Definition: MediaType.php:182
const _SMS
Definition: MediaType.php:254
const _IMAGE
Definition: MediaType.php:110
const _JPGIMAGE
Definition: MediaType.php:126
const _WORD
Definition: MediaType.php:318
const _TARCOMP
Definition: MediaType.php:278
const _PLAINTEXT
Definition: MediaType.php:206
const _MESSAGERFC
Definition: MediaType.php:142
const _HTMLDOC
Definition: MediaType.php:94
const _JAVASCRIPT
Definition: MediaType.php:118
const _WEBAPPSCRIPT
Definition: MediaType.php:310
const _STYLESHEET
Definition: MediaType.php:262
const _XSD
Definition: MediaType.php:334
const _MISCBINARY
Definition: MediaType.php:150
const _XMLDOC
Definition: MediaType.php:326
const _EXCEL
Definition: MediaType.php:54
const _CSV
Definition: MediaType.php:46
const _MISCTEXT
Definition: MediaType.php:158
const _POSTSCRIPT
Definition: MediaType.php:222
const _BMPIMAGE
Definition: MediaType.php:30
const _QUICKTIME
Definition: MediaType.php:238
const _JSON
Definition: MediaType.php:134
const _MPEGMOVIE
Definition: MediaType.php:174
const _PJPGIMAGE
Definition: MediaType.php:198
const _VISIO
Definition: MediaType.php:294
const _RTF
Definition: MediaType.php:246
const _FREEMARKER
Definition: MediaType.php:70
const _WEBAPPPAGE
Definition: MediaType.php:302
const _GIFIMAGE
Definition: MediaType.php:78
static $paramtypesmap
Definition: MediaType.php:12
const _TIFFIMAGE
Definition: MediaType.php:286
const _FLASH
Definition: MediaType.php:62