MapInterface
in
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
__construct()
Constructor.
public
__construct() : mixed
backup()
Backs up the map array.
public
backup() : void
getFileName()
Returns the map's class fully qualified filename.
public
getFileName() : string
Return values
stringgetInstance()
Returns the singleton.
public
static getInstance() : MapInterface
Return values
MapInterfacegetMapArray()
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
sort()
Sorts the map.
public
sort() : MapInterface