Class Layerset
Layerset configuration entity
Namespace: Mapbender\CoreBundle\Entity
Author: Christian Wygoda
ORM\Entity
ORM\Table(name="mb_core_layerset",uniqueConstraints={@UniqueConstraint(name="layerset_idx",: columns={"application_id", "title"})})
UniqueEntity(fields={"application",: "title"}, message ="Duplicate entry for key 'title'.")
Located at Mapbender/CoreBundle/Entity/Layerset.php
Author: Christian Wygoda
ORM\Entity
ORM\Table(name="mb_core_layerset",uniqueConstraints={@UniqueConstraint(name="layerset_idx",: columns={"application_id", "title"})})
UniqueEntity(fields={"application",: "title"}, message ="Duplicate entry for key 'title'.")
Located at Mapbender/CoreBundle/Entity/Layerset.php
public
|
|
public
|
|
public
integer
|
|
public
|
|
public
string
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
Doctrine\Common\Collections\Collection
|
|
public
|
protected
integer
|
$id |
|
#
$id |
protected
string
|
$title |
|
#
$title The layerset title |
protected
|
$application |
|
#
The configuration entity for the application |
protected
mixed
|
$instances |
|