Documentation

EasyBlogControllerThemes extends EasyBlogController
in package

Table of Contents

Properties

$acl  : mixed
$config  : mixed
$doc  : mixed
$info  : mixed
$my  : mixed

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

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
since
4.0
access

public

getReturnURL()

Determines if we should be retrieving the return url

public getReturnURL() : mixed
Tags
since
5.1
access

public

revert()

Allows caller to revert a theme file

public revert() : mixed
Tags
since
5.1
access

public

saveCustomCss()

Saves the custom.css contents

public saveCustomCss() : mixed
Tags
since
5.1
access

public

saveFile()

Saves the contents of a theme file

public saveFile() : mixed
Tags
since
5.1
access

public

saveSettings()

Saves theme settings

public saveSettings() : mixed
Tags
since
5.2.0
access

public

setDefault()

Make the provided theme a default theme for EasyBlog

public setDefault() : mixed
Tags
since
4.0
access

public

upload()

Installs a new theme on the site.

public upload() : mixed
Tags
since
1.0
access

public


        
On this page

Search results