themeCtrl
        
        extends jController
    
    
            
            in package
            
        
    
    
    
Lizmap administration : theme.
Tags
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
jResponseHtmlmodify()
Modify the theme.
    public
                    modify() : jResponseRedirect
    Return values
jResponseRedirectremoveThemeImage()
    public
                    removeThemeImage() : jResponseRedirect
    Return values
jResponseRedirectsave()
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