Mapbender 3.0.6.0 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 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( )

State constructor.

State constructor.

public Mapbender\CoreBundle\Entity\State
# setId( integer $id )

Set id

Set id

Parameters

$id

Returns

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

Get id

Get id

Returns

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

Set title

Set title

Parameters

$title

Returns

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

Get title

Get title

Returns

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

Set serverurl

Set serverurl

Parameters

$serverurl

Returns

Mapbender\CoreBundle\Entity\State
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

Returns

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

Get slug

Get slug

Returns

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

Set json

Set json

Parameters

$json

Returns

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

Get json

Get json

Returns

string
string
public
# signSources( Mapbender\CoreBundle\Component\Signer $signer )

Sign state sources

Sign state sources

Parameters

$signer

Magic methods summary

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)
#
Mapbender 3.0.6.0 API documenation API documentation generated by ApiGen 2.8.0