Overview

Namespaces

  • Mapbender
    • Component
      • HTTP
    • CoreBundle
      • Command
      • Component
        • Exception
      • Controller
      • DataFixtures
        • ORM
      • DependencyInjection
      • Element
        • Type
      • Entity
      • EventListener
      • Extension
      • Form
        • DataTransformer
        • EventListener
        • Type
      • Security
      • Template
    • DrupalIntegrationBundle
      • DependencyInjection
      • Security
        • Authentication
          • Provider
          • Token
        • Authorization
          • Voter
        • Factory
        • Firewall
        • User
      • Session
    • KmlBundle
      • Element
    • ManagerBundle
      • Controller
      • Form
        • DataTransformer
        • Type
    • MonitoringBundle
      • Command
      • Component
      • Controller
      • DependencyInjection
      • Entity
      • EventListener
      • Form
    • PrintBundle
      • Component
      • Controller
    • WmcBundle
      • Component
        • Exception
      • Element
        • Type
      • Entity
      • Form
        • EventListener
        • Type
    • WmsBundle
      • Component
        • Exception
      • Controller
      • DependencyInjection
      • Element
        • Type
      • Entity
      • Event
      • Form
        • EventListener
        • Type
    • WmtsBundle
      • Component
        • Exception
      • Controller
      • Entity
      • Form
        • Type
  • None
  • PHP

Classes

  • Theme
  • TileMatrix
  • TileMatrixSet
  • WmtsSource
  • Overview
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Todo
  • Download

Class WmtsSource

Description of WmtsSource

Mapbender\CoreBundle\Entity\Source
Extended by Mapbender\WmtsBundle\Entity\WmtsSource
Namespace: Mapbender\WmtsBundle\Entity
ORM\Entity
ORM\Table(name="mb_wmts_wmtssource"): ORM\DiscriminatorMap({"mb_wmts_wmssource" = "WmtsSource"})
Located at Mapbender/WmtsBundle/Entity/WmtsSource.php
Methods summary
public
# __construct( )
public String
# getType( )

Returns a source type

Returns a source type

Returns

String
type
public
# getManagerType( )
public string
# getClassname( )

Get full class name

Get full class name

Returns

string

Overrides

Mapbender\CoreBundle\Entity\Source::getClassname()
public Mapbender\WmtsBundle\Entity\WmtsSource
# setVersion( string $version )

Set version

Set version

Parameters

$version
string
$version

Returns

Mapbender\WmtsBundle\Entity\WmtsSource
public string
# getVersion( )

Get version

Get version

Returns

string
public Mapbender\WmtsBundle\Entity\WmtsSource
# setFees( string $fees )

Set fees

Set fees

Parameters

$fees
string
$fees

Returns

Mapbender\WmtsBundle\Entity\WmtsSource
public string
# getFees( )

Get fees

Get fees

Returns

string
public Mapbender\WmtsBundle\Entity\WmtsSource
# setOriginUrl( string $originUrl )

Set originUrl

Set originUrl

Parameters

$originUrl
string
$originUrl

Returns

Mapbender\WmtsBundle\Entity\WmtsSource
public string
# getOriginUrl( )

Get originUrl

Get originUrl

Returns

string
public Mapbender\WmtsBundle\Entity\WmtsSource
# setAccessConstraints( string $accessConstraints )

Set accessConstraints

Set accessConstraints

Parameters

$accessConstraints
string
$accessConstraints

Returns

Mapbender\WmtsBundle\Entity\WmtsSource
public string
# getAccessConstraints( )

Get accessConstraints

Get accessConstraints

Returns

string
public Mapbender\WmtsBundle\Entity\WmtsSource
# setServiceType( string $serviceType )

Set serviceType

Set serviceType

Parameters

$serviceType
string
$serviceType

Returns

Mapbender\WmtsBundle\Entity\WmtsSource
public string
# getServiceType( )

Get serviceType

Get serviceType

Returns

string
public Mapbender\WmtsBundle\Entity\WmtsSource
# setUsername( string $username )

Set username

Set username

Parameters

$username
string
$username

Returns

Mapbender\WmtsBundle\Entity\WmtsSource
public string
# getUsername( )

Get username

Get username

Returns

string
public Mapbender\WmtsBundle\Entity\WmtsSource
# setPassword( string $password )

Set password

Set password

Parameters

$password
string
$password

Returns

Mapbender\WmtsBundle\Entity\WmtsSource
public string
# getPassword( )

Get password

Get password

Returns

string
public
# createInstance( )

Create a WmsInstace

Create a WmsInstace

public
# remove( Doctrine\ORM\EntityManager $em )

Inheritdoc

Methods inherited from Mapbender\CoreBundle\Entity\Source
__toString(), getAlias(), getDescription(), getId(), getManagertype(), getTitle(), setAlias(), setDescription(), setTitle()
Properties summary
protected string $version ""
#

ORM\Column(type="string",

nullable=true)
protected string $fees ""
#

ORM\Column(type="string",

nullable=true)
protected mixed $originUrl
#

ORM\Column(type="string",

nullable=true)
protected string $accessConstraints ""
#

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

protected string $serviceType ""
#

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

protected mixed $contact
#

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

cascade={"persist","remove"})
protected mixed $username null
#

ORM\Column(type="text",

nullable=true);
protected mixed $password null
#

ORM\Column(type="text",

nullable=true);
Properties inherited from Mapbender\CoreBundle\Entity\Source
$alias, $description, $id, $title
Mapbender3 API documenation API documentation generated by ApiGen 2.8.0