Lizmap Web Client Master

themeCtrl extends jController
in package

Lizmap administration : theme.

Tags
author

3liz

copyright

2016 3liz

see
http://3liz.com
license

Mozilla Public License : http://www.mozilla.org/MPL/

Table of Contents

Properties

$pluginParams  : mixed

Methods

edit()  : jResponseHtml|jResponseRedirect
Display the form to modify the theme.
index()  : jResponseHtml
Display a summary of the theme.
modify()  : jResponseRedirect
Modify the theme.
removeThemeImage()  : jResponseRedirect
save()  : jResponseRedirect
Save the data for the theme section.
validate()  : jResponseRedirect
Validate the data for the theme section : destroy form and redirect.

Properties

$pluginParams

public mixed $pluginParams = array('*' => array('jacl2.right' => 'lizmap.admin.theme.view'), 'modify' => array('jacl2.right' => 'lizmap.admin.theme.update'), 'edit' => array('jacl2.right' => 'lizmap.admin.theme.update'), 'save' => array('jacl2.right' => 'lizmap.admin.theme.update'), 'validate' => array('jacl2.right' => 'lizmap.admin.theme.update'), 'removeThemeImage' => array('jacl2.right' => 'lizmap.admin.theme.update'))

Methods

edit()

Display the form to modify the theme.

public edit() : jResponseHtml|jResponseRedirect
Return values
jResponseHtml|jResponseRedirect

the form

index()

Display a summary of the theme.

public index() : jResponseHtml
Return values
jResponseHtml

modify()

Modify the theme.

public modify() : jResponseRedirect
Return values
jResponseRedirect

removeThemeImage()

public removeThemeImage() : jResponseRedirect
Return values
jResponseRedirect

save()

Save the data for the theme section.

public save() : jResponseRedirect
Return values
jResponseRedirect

to the index

validate()

Validate the data for the theme section : destroy form and redirect.

public validate() : jResponseRedirect
Return values
jResponseRedirect

to the index


        
On this page

Search results