IfdoParser
class IfdoParser extends MetadataParser
Properties
SplFileObject | $fileObject | from MetadataParser | |
private | $ifdo |
Methods
static array
getKnownMimeTypes()
Get the MIME types that files known by this parser can have.
static string
getName()
Get the name of the parser to show it to users selecting files.
bool
recognizesFile()
Returns true if the file is in the format understood by the parser.
getMetadata()
Get a filled VolumeMetadata object based on the file.
Details
at line 15
static array
getKnownMimeTypes()
Get the MIME types that files known by this parser can have.
Example: ['text/csv']
at line 24
static string
getName()
Get the name of the parser to show it to users selecting files.
Example: 'BIIGLE CSV'
in
MetadataParser at line 26
__construct(SplFileInfo $file)
No description
at line 43
bool
recognizesFile()
Returns true if the file is in the format understood by the parser.
at line 51
VolumeMetadata
getMetadata()
Get a filled VolumeMetadata object based on the file.
in
MetadataParser at line 41
protected SplFileObject
getFileObject()
No description
at line 29
Ifdo
getIfdo()
No description