Documentation

EasyBlogViewSpools extends EasyBlogAdminView
in package

Table of Contents

Properties

$app  : mixed
$config  : mixed
$desc  : mixed
$doc  : mixed
$heading  : mixed
$jconfig  : mixed
$my  : mixed
$sidebar  : mixed

Methods

__construct()  : mixed
addHelpButton()  : mixed
Adds help button on the page
checkAccess()  : mixed
Checks if the current viewer can really access this section
display()  : mixed
Display a list of email activities
editFile()  : mixed
Render the editor for the template
editor()  : mixed
Renders the lists of e-mail templates
getCounter()  : mixed
Processes counters from the menus.json
getSidebar()  : mixed
Prepares the sidebar
getViews()  : mixed
Given a list of sidebar structure, determine all the views
hideSidebar()  : mixed
Hides back-end sidebar
preview()  : mixed
Previews a mail
set()  : mixed
Proxy for setting a variable to the template.
setHeading()  : mixed
Allows child classes to set heading of the page
templatePreview()  : mixed
Renders the template preview

Properties

$app

protected mixed $app = \null

$config

protected mixed $config = \null

$desc

protected mixed $desc = \null

$doc

protected mixed $doc = \null

$heading

protected mixed $heading = \null

$jconfig

protected mixed $jconfig = \null

$my

protected mixed $my = \null

$sidebar

protected mixed $sidebar = \true

Methods

__construct()

public __construct() : mixed

addHelpButton()

Adds help button on the page

public addHelpButton(mixed $url) : mixed
Parameters
$url : mixed
Tags
since
6.0.0
access

public

checkAccess()

Checks if the current viewer can really access this section

public checkAccess(mixed $rule) : mixed
Parameters
$rule : mixed
Tags
since
5.0.0
access

public

display()

Display a list of email activities

public display([mixed $tpl = null ]) : mixed
Parameters
$tpl : mixed = null
Tags
since
4.0
access

public

editFile()

Render the editor for the template

public editFile() : mixed
Tags
since
5.1
access

public

editor()

Renders the lists of e-mail templates

public editor() : mixed
Tags
since
5.1
access

public

getCounter()

Processes counters from the menus.json

public getCounter(mixed $namespace) : mixed
Parameters
$namespace : mixed
Tags
since
5.0.0
access

public

getSidebar()

Prepares the sidebar

public getSidebar() : mixed
Tags
since
5.2.0
access

public

getViews()

Given a list of sidebar structure, determine all the views

public getViews(mixed $menuItem) : mixed
Parameters
$menuItem : mixed
Tags
since
1.4
access

public

hideSidebar()

Hides back-end sidebar

public hideSidebar() : mixed
Tags
since
5.4.4
access

public

preview()

Previews a mail

public preview() : mixed
Tags
since
4.0
access

public

set()

Proxy for setting a variable to the template.

public set(mixed $key[, mixed $value = '' ]) : mixed
Parameters
$key : mixed
$value : mixed = ''
Tags
since
5.0
access

public

setHeading()

Allows child classes to set heading of the page

public setHeading(mixed $heading[, mixed $desc = '' ][, mixed $icon = '' ]) : mixed
Parameters
$heading : mixed
$desc : mixed = ''
$icon : mixed = ''
Tags
since
5.0.0
access

public

templatePreview()

Renders the template preview

public templatePreview() : mixed
Tags
since
5.1.11
access

public


        
On this page

Search results