Mapbender 3.0.6.2 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

  • Mobile

Class Mobile

Template Mobile Template

Mapbender\CoreBundle\Component\Template
Extended by Mapbender\MobileBundle\Template\Mobile
Namespace: Mapbender\MobileBundle\Template
Located at Mapbender/MobileBundle/Template/Mobile.php

Methods summary

public string
# render( string $format = 'html', boolean $html = true, boolean $css = true, boolean $js = true )

Parameters

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

Returns

string
$html The rendered HTML

Inheritdoc

Overrides

Mapbender\CoreBundle\Component\Template::render

Methods inherited from Mapbender\CoreBundle\Component\Template

__construct(), addAndMergeUniqueAssets(), getAssets(), getBundleName(), getLateAssets(), getRegions(), getRegionsProperties(), getResourcePath(), getTitle(), getTwigTemplate(), listAssets(), setTitle(), setTwigTemplate()

Magic methods summary

Properties summary

protected static string $title

Application title

Application title

#'Mapbender Mobile template'
protected string $twigTemplate

Application TWIG template path

Application TWIG template path

#'MapbenderMobileBundle:Template:mobile.html.twig'
protected array $lateAssets

Late assets

Late assets

#array( 'js' => array(), 'css' => array( '@MapbenderMobileBundle/Resources/public/sass/theme/mobile.scss' ), 'trans' => array(), )
protected static array $js
#array( '/components/underscore/underscore-min.js', '@MapbenderMobileBundle/Resources/public/js/mapbender.mobile.js', '@MapbenderMobileBundle/Resources/public/js/vendors/jquery.mobile.custom.min.js', '@MapbenderMobileBundle/Resources/public/js/mobile.js', '@MapbenderCoreBundle/Resources/public/regional/vendor/notify.0.3.2.min.js' )
protected static array $regions

Region names

Region names

#array('footer', 'content', 'mobilePane')

Properties inherited from Mapbender\CoreBundle\Component\Template

$application, $container, $css, $regionsProperties, $resourcePath, $translations

Mapbender 3.0.6.2 API documenation API documentation generated by ApiGen 2.8.0