Application
Table of Contents
Interfaces
- ExtensionInterface
- Interface for Extension objects.
- MapInterface
- Interface for maps.
- MimeMapInterface
- Interface for MimeMap maps.
- TypeInterface
- Interface for Type objects.
Classes
- UpdateCommand
- A Symfony application command to update the MIME type to extension map.
- Extension
- Class for mapping file extensions to MIME types.
- MalformedTypeException
- Exception thrown when a MIME type string is malformed.
- AbstractMap
- Abstract class for mapping file extensions to MIME types.
- BaseMap
- Abstract base class for managing MimeMap maps.
- DefaultMap
- Class for mapping file extensions to MIME types.
- EmptyMap
- Class for mapping file extensions to MIME types.
- MapHandler
- Class for managing map singletons.
- MappingException
- Exception thrown for MIME type to file extension mapping inconsistencies.
- MapUpdater
- Compiles the MIME type to file extension map.
- Type
- Class for working with MIME types
- TypeParameter
- Class for working with MIME type parameters.
- TypeParser
- Class for parsing RFC 2045 Content-Type Header Fields.
- UndefinedException
- Exception thrown when requested data are missing.