Overview

Namespaces

  • Mapbender
    • Component
      • HTTP
    • CoreBundle
      • Command
      • Component
        • Exception
      • Controller
      • DataFixtures
        • ORM
      • DependencyInjection
      • Element
        • Type
      • Entity
      • EventListener
      • Extension
      • Form
        • DataTransformer
        • EventListener
        • Type
      • Security
      • Template
    • DrupalIntegrationBundle
      • DependencyInjection
      • Security
        • Authentication
          • Provider
          • Token
        • Authorization
          • Voter
        • Factory
        • Firewall
        • User
      • Session
    • 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
        • EventListener
        • Type
    • WmsBundle
      • Component
        • Exception
      • Controller
      • DependencyInjection
      • Element
        • Type
      • Entity
      • Event
      • Form
        • EventListener
        • Type
    • WmtsBundle
      • Component
        • Exception
      • Controller
      • Entity
      • Form
        • Type
  • None
  • PHP

Classes

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

Class State

Source entity

Namespace: Mapbender\CoreBundle\Entity
Author: Paul Schmidt
ORM\Entity
ORM\Table(name="mb_core_state")
Located at Mapbender/CoreBundle/Entity/State.php
Methods summary
public
# __construct( )
public Mapbender\CoreBundle\Entity\State
# setId( integer $id )

Set id

Set id

Parameters

$id
integer
$id

Returns

Mapbender\CoreBundle\Entity\State
public integer
# getId( )

Get id

Get id

Returns

integer
public Mapbender\CoreBundle\Entity\State
# setTitle( string $title )

Set title

Set title

Parameters

$title
string
$title

Returns

Mapbender\CoreBundle\Entity\State
public string
# getTitle( )

Get title

Get title

Returns

string
public Mapbender\CoreBundle\Entity\State
# setServerurl( string $serverurl )

Set serverurl

Set serverurl

Parameters

$serverurl
string
$serverurl

Returns

Mapbender\CoreBundle\Entity\State
public string
# getServerurl( )

Get serverurl

Get serverurl

Returns

string
serverurl
public Mapbender\CoreBundle\Entity\State
# setSlug( string $slug )

Set slug

Set slug

Parameters

$slug
string
$slug

Returns

Mapbender\CoreBundle\Entity\State
public string
# getSlug( )

Get slug

Get slug

Returns

string
public Mapbender\CoreBundle\Entity\State
# setJson( string $json )

Set json

Set json

Parameters

$json
string
$json

Returns

Mapbender\CoreBundle\Entity\State
public string
# getJson( )

Get json

Get json

Returns

string
Properties summary
protected integer $id
#

$id

$id

ORM\Column(type="integer")

ORM\GeneratedValue(strategy="AUTO")

ORM\Id

protected string $title
#

$title The state title

$title The state title

ORM\Column(type="string",

length=128, nullable=true)
protected string $serverurl
#

$title The server url

$title The server url

ORM\Column(type="string",

length=1024, nullable=true)
protected string $slug
#

$title The appllication slug

$title The appllication slug

ORM\Column(type="string",

length=128, nullable=true)
protected string $json
#

$json The json

$json The json

ORM\Column(type="text",

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