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

  • Wmc

Class Wmc

A Wmc entity presents an OGC WMC.

Namespace: Mapbender\WmcBundle\Entity
ORM\Entity
ORM\Table(name="mb_wmc_wmc"): ORM\DiscriminatorMap({"mb_wmc" = "Wmc"})
Located at Mapbender/WmcBundle/Entity/Wmc.php

Methods summary

public mixed
# setId( integer $id )

Set id

Set id

Parameters

$id

Returns

mixed
$this
public integer
# getId( )

Get id

Get id

Returns

integer
$id
public mixed
# setState( Mapbender\CoreBundle\Entity\State $state )

Parameters

$state

Returns

mixed
$this
public
# getState( )
public mixed
# setKeywords( array|Mapbender\CoreBundle\Entity\Keyword[] $keywords )

Parameters

$keywords

Returns

mixed
$this
public array|Mapbender\CoreBundle\Entity\Keyword[]
# getKeywords( )

Returns

array|Mapbender\CoreBundle\Entity\Keyword[]
array|\Mapbender\CoreBundle\Entity\Keyword[]
public mixed
# setAbstract( string $abstract )

Set abstract

Set abstract

Parameters

$abstract

Returns

mixed
$this
public string
# getAbstract( )

Get abstract

Get abstract

Returns

string
string
public Mapbender\WmcBundle\Entity\Wmc
# setLogourl( Mapbender\WmsBundle\Component\LegendUrl $logourl )

Set logourl

Set logourl

Parameters

$logourl

Returns

Mapbender\WmcBundle\Entity\Wmc
Wmc
public Mapbender\WmsBundle\Component\LegendUrl
# getLogourl( )

Get logo URL

Get logo URL

Returns

Mapbender\WmsBundle\Component\LegendUrl
LegendUrl
public Mapbender\WmcBundle\Entity\Wmc
# setDescriptionurl( Mapbender\WmsBundle\Component\OnlineResource $descriptionURL )

Set description URL

Set description URL

Parameters

$descriptionURL

Returns

Mapbender\WmcBundle\Entity\Wmc
Wmc
public Mapbender\WmsBundle\Component\OnlineResource
# getDescriptionurl( )

Get descriptionurl

Get descriptionurl

Returns

Mapbender\WmsBundle\Component\OnlineResource
OnlineResource
public mixed
# setScreenshotPath( string $screenShotPath )

Set screenshotPath

Set screenshotPath

Parameters

$screenShotPath

Returns

mixed
$this
public string
# getScreenshotPath( )

Get screenshotPath

Get screenshotPath

Returns

string
string
public
# setScreenshot( string $screenshot )

Parameters

$screenshot
public string
# getVersion( )

Get version

Get version

Returns

string
string
public mixed
# setVersion( string $version )

Parameters

$version

Returns

mixed
$this
public string
# getWmcid( )

Get version

Get version

Returns

string
string
public mixed
# setWmcid( string $wmcid )

Parameters

$wmcid

Returns

mixed
$this
public mixed
# setContact( string $contact )

Set contact

Set contact

Parameters

$contact

Returns

mixed
$this
public string
# getContact( )

Get contact

Get contact

Returns

string
string
public
# setXml( string $xml )

Parameters

$xml
public string
# getXml( )

Get xml

Get xml

Returns

string
string
public Symfony\Component\HttpFoundation\File\File
# getScreenshot( )

Get screen shot file

Get screen shot file

Returns

Symfony\Component\HttpFoundation\File\File
File
public mixed
# setPublic( boolean $public )

Set public

Set public

Parameters

$public

Returns

mixed
$this
public boolean
# getPublic( )

Get public

Get public

Returns

boolean
boolean
public static mixed
# create( Mapbender\CoreBundle\Entity\State|null $state = null, Mapbender\WmsBundle\Component\OnlineResource|Mapbender\WmsBundle\Component\LegendUrl|null $logoUrl = null, Mapbender\WmsBundle\Component\OnlineResource|null $descriptionUrl = null )

Create WMC entity

Create WMC entity

Parameters

$state
$logoUrl
$descriptionUrl

Returns

mixed
$this

Magic methods summary

Properties summary

protected mixed $id

ORM\Column(type="integer")

ORM\GeneratedValue(strategy="AUTO")

ORM\Id

#
protected string $version

$version The wmc version

$version The wmc version

ORM\Column(type="string",

length=10, nullable=true)
#"1.1.0"
protected string $wmcid

$wmcid a wmc id

$wmcid a wmc id

ORM\Column(type="string",

length=255, nullable=true)
#
protected mixed $state

ORM\JoinColumn(name="state",

referencedColumnName="id")

ORM\OneToOne(targetEntity="Mapbender\CoreBundle\Entity\State",

cascade={"persist","remove"})
#
protected array $keywords

$keywords The keywords of the wmc

$keywords The keywords of the wmc

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

#array()
protected string $abstract

$abstract The wmc description

$abstract The wmc description

ORM\Column(type="text",

nullable=true)
#
public Mapbender\WmsBundle\Component\LegendUrl $logourl

A description url

A description url

ORM\Column(type="object",

nullable=true)
#
public Mapbender\WmsBundle\Component\OnlineResource $descriptionurl

A description url

A description url

ORM\Column(type="object",

nullable=true)
#
protected Mapbender\CoreBundle\Entity\Contact $contact

A contact.

A contact.

ORM\OneToOne(targetEntity="Mapbender\CoreBundle\Entity\Contact",

cascade={"persist","remove"})
#
Mapbender 3.0.6.0 API documenation API documentation generated by ApiGen 2.8.0