MimeMap

MapInterface

Interface for maps.

Table of Contents

Methods

__construct()  : mixed
Constructor.
backup()  : void
Backs up the map array.
getFileName()  : string
Returns the map's class fully qualified filename.
getInstance()  : MapInterface
Returns the singleton.
getMapArray()  : array<string, array<int|string, array<string, array<int, string>>>>
Gets the map array.
reset()  : void
Resets the map array to the backup.
sort()  : MapInterface
Sorts the map.

Methods

getFileName()

Returns the map's class fully qualified filename.

public getFileName() : string
Return values
string

getMapArray()

Gets the map array.

public getMapArray() : array<string, array<int|string, array<string, array<int, string>>>>
Return values
array<string, array<int|string, array<string, array<int, string>>>>

reset()

Resets the map array to the backup.

public reset() : void

        
On this page

Search results