Class Keyword
Source entity
Direct known subclasses
Mapbender\WmsBundle\Entity\WmsLayerSourceKeyword
,
Mapbender\WmsBundle\Entity\WmsSourceKeyword
Abstract
Namespace: Mapbender\CoreBundle\Entity
Author: Paul Schmidt
ORM\DiscriminatorColumn(name="discriminator",: type="string") ORM\DiscriminatorMap({"mb_core_keyword" = "Keyword"})
ORM\Entity
ORM\InheritanceType("JOINED")
ORM\Table(name="mb_core_keyword")
Located at Mapbender/CoreBundle/Entity/Keyword.php
Namespace: Mapbender\CoreBundle\Entity
Author: Paul Schmidt
ORM\DiscriminatorColumn(name="discriminator",: type="string") ORM\DiscriminatorMap({"mb_core_keyword" = "Keyword"})
ORM\Entity
ORM\InheritanceType("JOINED")
ORM\Table(name="mb_core_keyword")
Located at Mapbender/CoreBundle/Entity/Keyword.php
Methods summary
public
integer
|
|
public
|
|
public
string
|
|
public
String
|
|
abstract public
mixed
|
Magic methods summary
Properties summary
protected
integer
|
$id
$id |
|
protected
string
|
$value
$title The source title |