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 RegionProperties

Element region properties entity

Namespace: Mapbender\CoreBundle\Entity
Author: Paul Schmidt
ORM\Entity
ORM\Table(name="mb_core_regionproperties")
Located at Mapbender/CoreBundle/Entity/RegionProperties.php

Methods summary

public
# __construct( )

RegionProperties constructor.

RegionProperties constructor.

public mixed
# setId( integer $id )

Set id. DANGER

Set id. DANGER

Parameters

$id

Returns

mixed
$this
public integer
# getId( )

Get id

Get id

Returns

integer
integer
public mixed
# setName( string $name )

Set name

Set name

Parameters

$name

Returns

mixed
$this
public string
# getName( )

Get name

Get name

Returns

string
string
public mixed
# setApplication( Mapbender\CoreBundle\Entity\Application $application )

Set Application

Set Application

Parameters

$application

Returns

mixed
$this
public Mapbender\CoreBundle\Entity\Application
# getApplication( )

Get application

Get application

Returns

Mapbender\CoreBundle\Entity\Application
Application
public mixed
# setProperties( array $properties = array() )

Set properties

Set properties

Parameters

$properties

Returns

mixed
$this
public array
# getProperties( )

Get properties

Get properties

Returns

array
array
public mixed
# addProperty( mixed $property )

Get properties

Get properties

Parameters

$property

Returns

mixed
$this
public mixed
# removeProperty( mixed $property )

Get properties

Get properties

Parameters

$property

Returns

mixed
$this

Magic methods summary

Properties summary

protected integer $id

$id

$id

ORM\Column(type="integer")

ORM\GeneratedValue(strategy="AUTO")

ORM\Id

#
protected Mapbender\CoreBundle\Entity\Application $application

The configuration entity for the application

The configuration entity for the application

ORM\ManyToOne(targetEntity="Application",

inversedBy="regionProperties")
#
protected string $name

$title The element title

$title The element title

Assert\NotBlank()

ORM\Column(type="string",

length=128)
#
protected array $properties

$properties The region properties

$properties The region properties

Assert\NotBlank()

ORM\Column(type="array",

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