|
Moodle
2.2.1
http://www.collinsharper.com
|


Static Public Member Functions | |
| static | mimetypes () |
| static | conflicts ($format) |
image format, subtype of file.
Definition at line 144 of file formats.php.
| static conflicts | ( | $ | format | ) | [static] |
whether this format conflicts with the given format this is used for the case where an export location "generally" supports something like FORMAT_PLAINHTML but then in a specific export case, must add attachments which means that FORMAT_RICHHTML is supported in that case which implies removing support for FORMAT_PLAINHTML. Note that conflicts don't have to be bi-directional (eg FORMAT_PLAINHTML conflicts with FORMAT_RICHHTML but not the other way around) and things within the class hierarchy are resolved automatically anyway.
This is really just between subclasses of format_rich and subclasses of format_file.
| string | $format | one of the FORMAT_XX constants |
Reimplemented from portfolio_format.
Definition at line 152 of file formats.php.
| static mimetypes | ( | ) | [static] |
return all mimetypes that use image.gif (eg all images)
Reimplemented from portfolio_format_file.
Definition at line 148 of file formats.php.
