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.

__construct(SplFileInfo $file)

No description

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.

getIfdo()

No description

Details

at line 15
static array getKnownMimeTypes()

Get the MIME types that files known by this parser can have.

Example: ['text/csv']

Return Value

array

at line 24
static string getName()

Get the name of the parser to show it to users selecting files.

Example: 'BIIGLE CSV'

Return Value

string

in MetadataParser at line 26
__construct(SplFileInfo $file)

No description

Parameters

SplFileInfo $file

at line 43
bool recognizesFile()

Returns true if the file is in the format understood by the parser.

Return Value

bool

at line 51
VolumeMetadata getMetadata()

Get a filled VolumeMetadata object based on the file.

Return Value

VolumeMetadata

in MetadataParser at line 41
protected SplFileObject getFileObject()

No description

Return Value

SplFileObject

at line 29
Ifdo getIfdo()

No description

Return Value

Ifdo