Class Mobile
Template Mobile Template
- Mapbender\CoreBundle\Component\Template
-
Mapbender\MobileBundle\Template\Mobile
Methods summary
public
string
|
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 |
# 'Mapbender Mobile template' |
protected
string
|
$twigTemplate
Application TWIG template path |
# 'MapbenderMobileBundle:Template:mobile.html.twig' |
protected
array
|
$lateAssets
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 |
# array('footer', 'content', 'mobilePane') |
Properties inherited from Mapbender\CoreBundle\Component\Template
$application
,
$container
,
$css
,
$regionsProperties
,
$resourcePath
,
$translations