Map
in package
implements
Data
Interfaces, Classes and Traits
Table of Contents
- $mapItems : MapItems
- $type : string
- create() : self
- Create instance.
- mapItems() : MapItems
- Return map items.
- type() : string
- Return type.
- __construct() : mixed
- Constructor.
Properties
$mapItems
private
MapItems
$mapItems
$type
private
string
$type
Methods
create()
Create instance.
public
static create(MapItems $mapItems) : self
Parameters
- $mapItems : MapItems
Return values
self —mapItems()
Return map items.
public
mapItems() : MapItems
Return values
MapItems —type()
Return type.
public
type() : string
Tags
Return values
string —__construct()
Constructor.
private
__construct(MapItems $mapItems) : mixed
Parameters
- $mapItems : MapItems