EasyBlogViewSubscriptions
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
- Override parent's implementation
- export() : mixed
- form() : mixed
- Renders the subscription form
- 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
- import() : mixed
- set() : mixed
- Proxy for setting a variable to the template.
- setHeading() : mixed
- Allows child classes to set heading of the page
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
checkAccess()
Checks if the current viewer can really access this section
public
checkAccess(mixed $rule) : mixed
Parameters
- $rule : mixed
Tags
display()
Override parent's implementation
public
display([mixed $tpl = null ]) : mixed
Parameters
- $tpl : mixed = null
export()
public
export() : mixed
form()
Renders the subscription form
public
form() : mixed
Tags
getCounter()
Processes counters from the menus.json
public
getCounter(mixed $namespace) : mixed
Parameters
- $namespace : mixed
Tags
getSidebar()
Prepares the sidebar
public
getSidebar() : mixed
Tags
getViews()
Given a list of sidebar structure, determine all the views
public
getViews(mixed $menuItem) : mixed
Parameters
- $menuItem : mixed
Tags
hideSidebar()
Hides back-end sidebar
public
hideSidebar() : mixed
Tags
import()
public
import() : mixed
set()
Proxy for setting a variable to the template.
public
set(mixed $key[, mixed $value = '' ]) : mixed
Parameters
- $key : mixed
- $value : mixed = ''
Tags
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 = ''