Mapbender 3.0.6.1 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 InstanceConfigurationOptions

Description of SourceConfigurationOptions

Direct known subclasses

Mapbender\WmsBundle\Component\WmsInstanceConfigurationOptions

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

Methods summary

public mixed
# setUrl( string $url )

Sets an url

Sets an url

Parameters

$url
source url

Returns

mixed
$this
public string
# getUrl( )

Returns a source url

Returns a source url

Returns

string
url
public mixed
# setOpacity( float $opacity )

Sets an opacity

Sets an opacity

Parameters

$opacity
source opacity

Returns

mixed
$this
public float
# getOpacity( )

Returns an opacity

Returns an opacity

Returns

float
opacity
public Mapbender\CoreBundle\Component\InstanceConfigurationOptions
# setProxy( boolean $proxy )

Sets a proxy

Sets a proxy

Parameters

$proxy
source proxy

Returns

Mapbender\CoreBundle\Component\InstanceConfigurationOptions
InstanceConfigurationOptions
public boolean
# getProxy( )

Returns a proxy

Returns a proxy

Returns

boolean
proxy
public mixed
# setVisible( boolean $visible )

Sets a visible

Sets a visible

Parameters

$visible
source visibility

Returns

mixed
$this
public boolean
# getVisible( )

Returns a visible

Returns a visible

Returns

boolean
visible
public boolean
# signUrl( Mapbender\CoreBundle\Component\Signer $signer = null )

Sings a url

Sings a url

Parameters

$signer

Returns

boolean
transparency
abstract public array
# toArray( )

Returns InstanceConfigurationOptions as array

Returns InstanceConfigurationOptions as array

Returns

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

Creates an InstanceConfigurationOptions from options

Creates an InstanceConfigurationOptions from options

Parameters

$options
array with options

Returns

Mapbender\CoreBundle\Component\InstanceConfigurationOptions
InstanceConfigurationOptions

Magic methods summary

Properties summary

public mixed $url

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

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

#
public mixed $opacity

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

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

#
public mixed $proxy

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

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

#
public mixed $visible

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

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

#
Mapbender 3.0.6.1 API documenation API documentation generated by ApiGen 2.8.0