Mapbender 3.0.6.2 API documenation
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Todo
  • Download

Namespaces

  • FOM
    • CoreBundle
      • Component
      • DependencyInjection
      • Doctrine
        • Types
      • Form
        • DataTransformer
        • Type
    • ManagerBundle
      • Component
      • Configuration
      • Controller
      • DependencyInjection
        • Compiler
      • Form
        • Type
      • Routing
    • UserBundle
      • Command
      • Component
      • Controller
      • DependencyInjection
        • Factory
      • Entity
      • EventListener
      • Form
        • DataTransformer
        • EventListener
        • Type
      • Security
        • Authentication
          • Provider
          • Token
        • Authorization
          • Voter
        • Firewall
  • Mapbender
    • Component
    • CoreBundle
      • Asset
      • Command
      • Component
        • Exception
      • Controller
      • DataFixtures
        • ORM
          • Application
      • DependencyInjection
        • Compiler
      • Element
        • DataTransformer
        • EventListener
        • Type
      • Entity
      • EventListener
      • Extension
      • Form
        • DataTransformer
        • EventListener
        • Type
      • Security
      • Template
      • Tests
        • Controller
      • Utils
      • Validator
        • Constraints
    • DataSourceBundle
      • Component
        • Drivers
          • Interfaces
      • Controller
      • DependencyInjection
      • Element
        • Type
      • Entity
      • Extension
      • Tests
    • DigitizerBundle
      • Component
      • Element
        • Type
      • Entity
      • Utils
    • DrupalIntegrationBundle
      • DependencyInjection
      • Security
        • Authentication
          • Provider
          • Token
        • Authorization
          • Voter
        • Factory
        • Firewall
        • User
      • Session
    • KmlBundle
      • Element
    • ManagerBundle
      • Component
        • Exception
      • Controller
      • Form
        • DataTransformer
        • Type
      • Template
    • MobileBundle
      • DependencyInjection
      • Template
    • PrintBundle
      • Component
      • Element
        • Type
    • WmcBundle
      • Component
        • Exception
      • Element
        • Type
      • Entity
      • Form
        • Type
      • Tests
        • Component
    • WmsBundle
      • Component
        • Exception
      • Controller
      • DependencyInjection
      • Element
        • DataTransformer
        • EventListener
        • Type
      • Entity
      • Event
      • Form
        • DataTransformer
        • EventListener
        • Type
  • None
  • OwsProxy3
    • CoreBundle
      • Component
        • Exception
      • Controller
      • DependencyInjection
      • Entity
      • Event
      • EventListener
      • Worker
  • PHP

Classes

  • Application
  • Contact
  • Element
  • ElementRepository
  • Keyword
  • Layerset
  • RegionProperties
  • Source
  • SourceInstance
  • SourceInstanceItem
  • SourceItem
  • SRS
  • State

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

Methods summary

public integer
# getId( )

Get id

Get id

Returns

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

Set value

Set value

Parameters

$value

Returns

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

Get value

Get value

Returns

string
string
public String
# __toString( )

Returns a Source as String

Returns a Source as String

Returns

String
Source as String
abstract public mixed
# getReferenceObject( )

Get sourceclass

Get sourceclass

Returns

mixed
mixed

Magic methods summary

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="text",

nullable=false)
#
Mapbender 3.0.6.2 API documenation API documentation generated by ApiGen 2.8.0