Overview

Namespaces

  • Mapbender
    • Component
      • HTTP
    • CoreBundle
      • Command
      • Component
        • Exception
      • Controller
      • DataFixtures
        • ORM
      • DependencyInjection
      • Element
        • Type
      • Entity
      • EventListener
      • Extension
      • Form
        • DataTransformer
        • EventListener
        • Type
      • Security
      • Template
    • 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
        • 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 Theme

Theme class

Namespace: Mapbender\WmtsBundle\Entity
Author: Paul Schmidt
Located at Mapbender/WmtsBundle/Entity/Theme.php
Methods summary
public
# __construct( )
public
# loadFromArray( mixed $theme = null, mixed $theme_arr )
public string
# getIdentifier( )

Get identifier

Get identifier

Returns

string
identifier
public
# setIdentifier( string $identifier )

Set identifier

Set identifier

Parameters

$identifier
string
$identifier
public string
# getTitle( )

Get title

Get title

Returns

string
title
public
# setTitle( string $title )

Set title

Set title

Parameters

$title
string
$title
public string
# getAbstract( )

Get abstract

Get abstract

Returns

string
abstract
public
# setAbstract( string $abstract )

Set abstract

Set abstract

Parameters

$abstract
string
$abstract
public string
# getLayerRef( )

Get layerref

Get layerref

Returns

string
layerref
public
# setLayerRef( string $layerref )

Set layerref

Set layerref

Parameters

$layerref
string
$layerref
public arrray
# getTheme( )

Get theme

Get theme

Returns

arrray
theme
public
# setTheme( array $theme )

Set theme

Set theme

Parameters

$theme
array
$theme
public
# addTheme( Mapbender\WmtsBundle\Entity\Theme $theme )

Add theme into theme

Add theme into theme

Parameters

$theme
Mapbender\WmtsBundle\Entity\Theme
$theme
public
# getAsArray( )
Properties summary
protected string $identifier ""
#
protected string $title ""
#
protected string $abstract ""
#
protected string $layerref ""
#
protected mixed $theme
#
Mapbender3 API documenation API documentation generated by ApiGen 2.8.0