Overview

Namespaces

  • Mapbender
    • Component
      • HTTP
    • CoreBundle
      • Command
      • Component
        • Exception
      • Controller
      • DataFixtures
        • ORM
      • DependencyInjection
      • Element
        • Type
      • Entity
      • EventListener
      • Extension
      • Form
        • DataTransformer
        • EventListener
        • Type
      • Security
      • Template
    • KmlBundle
      • Element
    • ManagerBundle
      • Controller
      • Form
        • DataTransformer
        • Type
    • MonitoringBundle
      • Command
      • Component
      • Controller
      • DependencyInjection
      • Entity
      • EventListener
      • Form
    • PrintBundle
      • Component
      • Controller
    • WmcBundle
      • Component
        • Exception
      • Element
        • Type
      • Entity
      • Form
        • Type
    • WmsBundle
      • Component
        • Exception
      • Controller
      • DependencyInjection
      • Element
        • Type
      • Entity
      • Event
      • Form
        • EventListener
        • Type
    • WmtsBundle
      • Component
        • Exception
      • Controller
      • Entity
      • Form
        • Type
  • None
  • PHP

Classes

  • Application
  • ApplicationState
  • Contact
  • Element
  • Keyword
  • Layerset
  • Source
  • SourceInstance
  • SRS
  • State
  • Overview
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Todo
  • Download

Class Keyword

Source entity

Namespace: Mapbender\CoreBundle\Entity
Author: Paul Schmidt
ORM\Entity
ORM\Table(name="mb_core_keyword")
Located at Mapbender/CoreBundle/Entity/Keyword.php
Methods summary
public
# __construct( )
public integer
# getId( )

Get id

Get id

Returns

integer
public Mapbender\CoreBundle\Entity\Keyword
# setValue( string $value )

Set value

Set value

Parameters

$value
string
$value

Returns

Mapbender\CoreBundle\Entity\Keyword
public string
# getValue( )

Get value

Get value

Returns

string
public Mapbender\CoreBundle\Entity\Keyword
# setSourceid( object $sourceid )

Set sourceid

Set sourceid

Parameters

$sourceid
object
$sourceid

Returns

Mapbender\CoreBundle\Entity\Keyword
public Object
# getSourceid( )

Get sourceid

Get sourceid

Returns

Object
public Mapbender\CoreBundle\Entity\Keyword
# setSourceclass( string $sourceclass )

Set sourceclass

Set sourceclass

Parameters

$sourceclass
string
$sourceclass

Returns

Mapbender\CoreBundle\Entity\Keyword
public string
# getSourceclass( )

Get sourceclass

Get sourceclass

Returns

string
Properties summary
protected integer $id
#

$id

$id

ORM\Column(type="integer")

ORM\GeneratedValue(strategy="AUTO")

ORM\Id

protected string $value
#

$title The source title

$title The source title

ORM\Column(type="string",

nullable=false)
protected string $sourceid
#

$title The source title

$title The source title

ORM\Column(type="integer",

nullable=false)
protected string $sourceclass
#

$title The source title

$title The source title

ORM\Column(type="string",

nullable=false)
Mapbender3 API documenation API documentation generated by ApiGen 2.8.0