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
  • ApplicationYAMLMapper
  • BoundingBox
  • Element
  • EntityHandler
  • InstanceConfiguration
  • InstanceConfigurationOptions
  • KeywordUpdater
  • MapbenderBundle
  • ProxyService
  • SecurityContext
  • Signer
  • Size
  • SourceEntityHandler
  • SourceInstanceEntityHandler
  • SourceInstanceItemEntityHandler
  • SourceItemEntityHandler
  • SourceMetadata
  • SQLSearchEngine
  • StateHandler
  • Template
  • Utils
  • XmlValidator

Interfaces

  • ContainingKeyword
  • ExtendedCollection
  • SearchEngine

Class InstanceConfiguration

Description of SourceConfiguration

Direct known subclasses

Mapbender\WmsBundle\Component\WmsInstanceConfiguration

Abstract
Namespace: Mapbender\CoreBundle\Component
Author: Paul Schmidt
Located at Mapbender/CoreBundle/Component/InstanceConfiguration.php

Methods summary

public
# __construct( )

InstanceConfiguration constructor.

InstanceConfiguration constructor.

public mixed
# setType( string $type )

Sets a type

Sets a type

Parameters

$type

Returns

mixed
$this
public string
# getType( )

Returns a type

Returns a type

Returns

string
type
public Mapbender\CoreBundle\Component\InstanceConfiguration
# setTitle( string $title )

Sets a title

Sets a title

Parameters

$title
title

Returns

Mapbender\CoreBundle\Component\InstanceConfiguration
InstanceConfiguration
public string
# getTitle( )

Returns a title

Returns a title

Returns

string
title
public Mapbender\CoreBundle\Component\InstanceConfiguration
# setIsBaseSource( boolean $isBaseSource )

Sets a isBaseSource

Sets a isBaseSource

Parameters

$isBaseSource
isBaseSource

Returns

Mapbender\CoreBundle\Component\InstanceConfiguration
InstanceConfiguration
public boolean
# getIsBaseSource( )

Returns a isBaseSource

Returns a isBaseSource

Returns

boolean
isBaseSource
abstract public Mapbender\CoreBundle\Component\InstanceConfiguration
# setOptions( Mapbender\CoreBundle\Component\InstanceConfigurationOptions $options )

Sets options

Sets options

Parameters

$options
ServiceConfigurationOptions

Returns

Mapbender\CoreBundle\Component\InstanceConfiguration
InstanceConfiguration
abstract public string
# getOptions( )

Returns options

Returns options

Returns

string
string
abstract public Mapbender\CoreBundle\Component\InstanceConfiguration
# setChildren( array $children )

Sets a children

Sets a children

Parameters

$children
children

Returns

Mapbender\CoreBundle\Component\InstanceConfiguration
InstanceConfiguration
abstract public integer
# getChildren( )

Returns a title

Returns a title

Returns

integer
children
abstract public array
# toArray( )

Returns InstanceConfiguration as array

Returns InstanceConfiguration as array

Returns

array
array
public static Mapbender\CoreBundle\Component\InstanceConfiguration
# fromArray( array $options )

Creates an InstanceConfiguration from options

Creates an InstanceConfiguration from options

Parameters

$options
array with options

Returns

Mapbender\CoreBundle\Component\InstanceConfiguration
InstanceConfiguration

Magic methods summary

Properties summary

public string $type

ORM\Column(type="string", nullable=true)

ORM\Column(type="string", nullable=true)

#
public string $title

ORM\Column(type="string", nullable=ture)

ORM\Column(type="string", nullable=ture)

#
public string $options

ORM\Column(type="text", nullable=true)

ORM\Column(type="text", nullable=true)

#
public mixed $children

ORM\Column(type="text", nullable=false)

ORM\Column(type="text", nullable=false)

#
public boolean $isBaseSource

ORM\Column(type="boolean", nullable=false)

ORM\Column(type="boolean", nullable=false)

#true
Mapbender 3.0.6.2 API documenation API documentation generated by ApiGen 2.8.0