Documentation

EasyBlogViewDashboard extends EasyBlogView
in package

Table of Contents

Properties

$paramsPrefix  : mixed
$app  : mixed
$customTheme  : mixed
$my  : mixed
$params  : mixed
$props  : mixed

Methods

__construct()  : mixed
amp()  : mixed
Generate a rel tag on the header of the page
autoposting()  : mixed
Displays the manage autoposting screen
blockTemplates()  : mixed
Renders a list of block templates for the user
blockTemplatesForm()  : mixed
Renders category form
canonical()  : mixed
Generate a canonical tag on the header of the page
categories()  : mixed
Renders a list of categories
categoryForm()  : mixed
Renders category form
checkAcl()  : mixed
Allows children to check for acl
checkWebviewAccess()  : mixed
Check for webview access. Currently being use in EB Tablet
comments()  : mixed
Renders a list of comments for the author or admin to manage comments
compare()  : mixed
Displays a list of versions for the blog post
diff()  : mixed
Displays a comparison of two versions for the blog post
display()  : mixed
Default display for dashboard
entries()  : mixed
Displays a list of blog posts created on the site
favourites()  : mixed
Displays a list of blog posts created on the site
getActiveMenu()  : mixed
Retrieves the active menu
getActiveMenuParams()  : mixed
Retrieves the menu params
getDefaultParams()  : mixed
Generates a default set of menu params
getMenuSuffix()  : mixed
Retrieve the menu suffix for a page
getMessages()  : mixed
Retrieve any queued messages from the system
getRssEmail()  : mixed
Sets the rss author email
getSiteDomainName()  : mixed
Retrieve the site domain name with protocol
isWebviewable()  : mixed
Experimental method to determine if the view and layout is webview-able
moderate()  : mixed
Displays a list of blog posts pending approval from admin
pending()  : mixed
Deprecated. Use @entries layout instead
polls()  : mixed
Displays a list of polls that the current user created
preload()  : mixed
Generate a preload link tag on the header of the page
profile()  : mixed
Displays the edit profile screen
quickpost()  : mixed
Renders the quick post form
renderHeaders()  : mixed
Responsible to render the css files on the head
reports()  : mixed
Displays a list of report posts on the site
requests()  : mixed
Displays a list of requests to join a team
revisions()  : mixed
Deprecated. Use @entries layout instead
set()  : mixed
Allows child to set variables
setPageTitle()  : mixed
Responsible to modify the title whenever necessary. Inherited classes should always use this method to set the title
setPathway()  : mixed
Adds the breadcrumbs on the site
setRssFeed()  : mixed
Adds the breadcrumbs on the site
setTheme()  : mixed
Allows caller to set a custom theme
setViewBreadcrumb()  : mixed
Sets view in breadcrumbs
tagForm()  : mixed
Renders tag form
tags()  : mixed
Displays a list of tags on the dashboard
teamblogForm()  : mixed
Renders a teamblog form
teamblogs()  : mixed
Display list of teams on the site for team admin or site admin to manage
templates()  : mixed
Renders a list of post templates for the user
outputJSON()  : mixed
Renders JSON output on the page
getFlickrData()  : mixed
Retrieves the dropbox data for the current user

Properties

$paramsPrefix

public mixed $paramsPrefix = ''

$app

protected mixed $app = \null

$customTheme

protected mixed $customTheme = \null

$my

protected mixed $my = \null

$params

protected mixed $params = \null

$props

protected mixed $props = []

Methods

__construct()

public __construct() : mixed

amp()

Generate a rel tag on the header of the page

public amp(mixed $url[, mixed $route = true ]) : mixed
Parameters
$url : mixed
$route : mixed = true
Tags
since
5.1
access

public

autoposting()

Displays the manage autoposting screen

public autoposting() : mixed
Tags
since
5.4
access

public

blockTemplates()

Renders a list of block templates for the user

public blockTemplates() : mixed
Tags
since
6.0
access

public

blockTemplatesForm()

Renders category form

public blockTemplatesForm() : mixed
Tags
since
6.0.0
access

public

canonical()

Generate a canonical tag on the header of the page

public canonical(mixed $url[, mixed $route = true ][, mixed $external = true ]) : mixed
Parameters
$url : mixed
$route : mixed = true
$external : mixed = true
Tags
since
5.1
access

public

categories()

Renders a list of categories

public categories() : mixed
Tags
since
5.1
access

public

categoryForm()

Renders category form

public categoryForm() : mixed
Tags
since
5.1
access

public

checkAcl()

Allows children to check for acl

public checkAcl(mixed $rule[, mixed $default = null ]) : mixed
Parameters
$rule : mixed
$default : mixed = null
Tags
since
5.1
access

public

checkWebviewAccess()

Check for webview access. Currently being use in EB Tablet

public checkWebviewAccess() : mixed
Tags
since
6.0.0
access

public

comments()

Renders a list of comments for the author or admin to manage comments

public comments() : mixed
Tags
since
5.1
access

public

compare()

Displays a list of versions for the blog post

public compare() : mixed
Tags
since
4.0
access

public

diff()

Displays a comparison of two versions for the blog post

public diff() : mixed
Tags
since
4.0
access

public

display()

Default display for dashboard

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

public

entries()

Displays a list of blog posts created on the site

public entries() : mixed
Tags
since
5.1
access

public

favourites()

Displays a list of blog posts created on the site

public favourites() : mixed
Tags
since
5.2
access

public

getActiveMenu()

Retrieves the active menu

public getActiveMenu() : mixed
Tags
since
5.0
access

public

getActiveMenuParams()

Retrieves the menu params

public getActiveMenuParams([mixed $internalConfigPrefix = '' ]) : mixed
Parameters
$internalConfigPrefix : mixed = ''
Tags
since
6.0.0
access

public

getDefaultParams()

Generates a default set of menu params

public getDefaultParams() : mixed
Tags
since
6.0.0
access

public

getMenuSuffix()

Retrieve the menu suffix for a page

public getMenuSuffix() : mixed
Tags
since
5.1
access

public

getMessages()

Retrieve any queued messages from the system

public getMessages() : mixed
Tags
since
5.1
access

public

getRssEmail()

Sets the rss author email

public getRssEmail(mixed $author) : mixed
Parameters
$author : mixed
Tags
since
5.1
access

public

getSiteDomainName()

Retrieve the site domain name with protocol

public getSiteDomainName([mixed $withSubfolder = true ]) : mixed
Parameters
$withSubfolder : mixed = true
Tags
since
6.0.11
access

public

isWebviewable()

Experimental method to determine if the view and layout is webview-able

public isWebviewable() : mixed
Tags
since
6.0.0
access

public

moderate()

Displays a list of blog posts pending approval from admin

public moderate() : mixed
Tags
since
5.1
access

public

pending()

Deprecated. Use @entries layout instead

public pending() : mixed

polls()

Displays a list of polls that the current user created

public polls() : mixed
Tags
since
6.0.0
access

public

preload()

Generate a preload link tag on the header of the page

public preload(mixed $src, mixed $type[, mixed $options = [] ]) : mixed
Parameters
$src : mixed
$type : mixed
$options : mixed = []
Tags
since
6.0.0
access

public

profile()

Displays the edit profile screen

public profile() : mixed
Tags
since
4.0
access

public

quickpost()

Renders the quick post form

public quickpost() : mixed
Tags
since
5.1
access

public

renderHeaders()

Responsible to render the css files on the head

public renderHeaders() : mixed
Tags
since
5.1
access

public

reports()

Displays a list of report posts on the site

public reports() : mixed
Tags
since
5.2
access

public

requests()

Displays a list of requests to join a team

public requests() : mixed
Tags
since
5.1
access

public

revisions()

Deprecated. Use @entries layout instead

public revisions() : mixed

set()

Allows child to set variables

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

public

setPageTitle()

Responsible to modify the title whenever necessary. Inherited classes should always use this method to set the title

public setPageTitle(mixed $title[, mixed $pagination = null ][, mixed $addSitePrefix = false ]) : mixed
Parameters
$title : mixed
$pagination : mixed = null
$addSitePrefix : mixed = false
Tags
since
5.0
access

public

setPathway()

Adds the breadcrumbs on the site

public setPathway(mixed $title[, mixed $link = '' ]) : mixed
Parameters
$title : mixed
$link : mixed = ''
Tags
since
5.1
access

public

setRssFeed()

Adds the breadcrumbs on the site

public setRssFeed([mixed $link = '' ]) : mixed
Parameters
$link : mixed = ''
Tags
since
5.1
access

public

setTheme()

Allows caller to set a custom theme

public setTheme(mixed $theme) : mixed
Parameters
$theme : mixed
Tags
since
5.1
access

public

setViewBreadcrumb()

Sets view in breadcrumbs

public setViewBreadcrumb([mixed $view = null ]) : mixed
Parameters
$view : mixed = null
Tags
since
5.1
access

public

tagForm()

Renders tag form

public tagForm() : mixed
Tags
since
5.1
access

public

tags()

Displays a list of tags on the dashboard

public tags() : mixed
Tags
since
5.1
access

public

teamblogForm()

Renders a teamblog form

public teamblogForm() : mixed
Tags
since
5.1
access

public

teamblogs()

Display list of teams on the site for team admin or site admin to manage

public teamblogs() : mixed
Tags
since
5.1
access

public

templates()

Renders a list of post templates for the user

public templates() : mixed
Tags
since
5.1
access

public

outputJSON()

Renders JSON output on the page

protected outputJSON([mixed $output = null ]) : mixed
Parameters
$output : mixed = null
Tags
since
5.1
access

public

getFlickrData()

Retrieves the dropbox data for the current user

private getFlickrData() : mixed
Tags
since
5.1
access

public


        
On this page

Search results