EasyBlogViewBlogs
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
- drafts() : mixed
- Displays a list of draft post on the site
- editTemplate() : mixed
- Allows admin to edit the template
- getCounter() : mixed
- Processes counters from the menus.json
- getFilterBlogger() : mixed
- getFilterCategory() : mixed
- getFilterLanguage() : mixed
- getFilterPosttype() : mixed
- getFilterSortBy() : mixed
- getFilterState() : mixed
- getLanguageTitle() : mixed
- getSidebar() : mixed
- Prepares the sidebar
- getViews() : mixed
- Given a list of sidebar structure, determine all the views
- hideSidebar() : mixed
- Hides back-end sidebar
- pending() : mixed
- Displays a list of pending blogs on the site
- set() : mixed
- Proxy for setting a variable to the template.
- setHeading() : mixed
- Allows child classes to set heading of the page
- templates() : mixed
- Displays a list of templates
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
drafts()
Displays a list of draft post on the site
public
drafts() : mixed
Tags
editTemplate()
Allows admin to edit the template
public
editTemplate() : mixed
Tags
getCounter()
Processes counters from the menus.json
public
getCounter(mixed $namespace) : mixed
Parameters
- $namespace : mixed
Tags
getFilterBlogger()
public
getFilterBlogger([mixed $filter_type = '*' ]) : mixed
Parameters
- $filter_type : mixed = '*'
getFilterCategory()
public
getFilterCategory([mixed $defaultCat = '*' ]) : mixed
Parameters
- $defaultCat : mixed = '*'
getFilterLanguage()
public
getFilterLanguage([mixed $filter_language = '*' ]) : mixed
Parameters
- $filter_language : mixed = '*'
getFilterPosttype()
public
getFilterPosttype([mixed $filter_posttype = '' ]) : mixed
Parameters
- $filter_posttype : mixed = ''
getFilterSortBy()
public
getFilterSortBy([mixed $filter_state = '*' ]) : mixed
Parameters
- $filter_state : mixed = '*'
getFilterState()
public
getFilterState([mixed $filter_state = '*' ]) : mixed
Parameters
- $filter_state : mixed = '*'
getLanguageTitle()
public
getLanguageTitle(mixed $code) : mixed
Parameters
- $code : mixed
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
pending()
Displays a list of pending blogs on the site
public
pending() : mixed
Tags
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 = ''
Tags
templates()
Displays a list of templates
public
templates() : mixed