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

  • Fullscreen
  • Overview
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Todo
  • Download

Class Fullscreen

Template Fullscreen

Mapbender\CoreBundle\Component\Template
Extended by Mapbender\CoreBundle\Template\Fullscreen
Namespace: Mapbender\CoreBundle\Template
Author: Christian Wygoda
Located at Mapbender/CoreBundle/Template/Fullscreen.php
Methods summary
public static string
# getTitle( )

Returns

string

Inheritdoc

Overrides

Mapbender\CoreBundle\Component\Template::getTitle()
public array
# getAssets( string $type )

Parameters

$type
string
$type Asset type to list, can be 'css' or 'js'

Returns

array

Inheritdoc

Overrides

Mapbender\CoreBundle\Component\Template::getAssets()
public static array
# getRegions( )

Returns

array

Inheritdoc

Overrides

Mapbender\CoreBundle\Component\Template::getRegions()
public string
# render( string $format = 'html', boolean $html = true, boolean $css = true, boolean $js = true )

Parameters

$format
string
$format Output format, defaults to HTML
$html
boolean
$html Whether to render the HTML itself
$css
boolean
$css Whether to include the CSS links
$js
boolean
$js Whether to include the JavaScript

Returns

string
$html The rendered HTML

Inheritdoc

Methods inherited from Mapbender\CoreBundle\Component\Template
__construct()
Properties inherited from Mapbender\CoreBundle\Component\Template
$application, $container
Mapbender3 API documenation API documentation generated by ApiGen 2.8.0