EasyBlogControllerThemes
extends EasyBlogController
in package
Table of Contents
Properties
Methods
- __construct() : mixed
- display() : mixed
- Override parent's display method
- getReturnURL() : mixed
- Determines if we should be retrieving the return url
- revert() : mixed
- Allows caller to revert a theme file
- saveCustomCss() : mixed
- Saves the custom.css contents
- saveFile() : mixed
- Saves the contents of a theme file
- saveSettings() : mixed
- Saves theme settings
- setDefault() : mixed
- Make the provided theme a default theme for EasyBlog
- upload() : mixed
- Installs a new theme on the site.
Properties
$acl
public
mixed
$acl
= \null
$config
public
mixed
$config
= \null
$doc
public
mixed
$doc
= \null
$info
public
mixed
$info
= \null
$my
public
mixed
$my
= \null
Methods
__construct()
public
__construct([mixed $config = array() ]) : mixed
Parameters
- $config : mixed = array()
display()
Override parent's display method
public
display([mixed $cachable = false ][, mixed $urlparams = array() ]) : mixed
Parameters
- $cachable : mixed = false
- $urlparams : mixed = array()
Tags
getReturnURL()
Determines if we should be retrieving the return url
public
getReturnURL() : mixed
Tags
revert()
Allows caller to revert a theme file
public
revert() : mixed
Tags
saveCustomCss()
Saves the custom.css contents
public
saveCustomCss() : mixed
Tags
saveFile()
Saves the contents of a theme file
public
saveFile() : mixed
Tags
saveSettings()
Saves theme settings
public
saveSettings() : mixed
Tags
setDefault()
Make the provided theme a default theme for EasyBlog
public
setDefault() : mixed
Tags
upload()
Installs a new theme on the site.
public
upload() : mixed