MimeMap

MapInterface

Interface for maps.

Tags
template

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<string|int, TMap>
Returns the singleton.
getMapArray()  : TMap
Gets the map array.
reset()  : void
Resets the map array to the backup.
sort()  : MapInterface<string|int, TMap>
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() : TMap
Return values
TMap

reset()

Resets the map array to the backup.

public reset() : void

        
On this page

Search results