EasyBlogViewMyblog
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
- canonical() : mixed
- Generate a canonical tag on the header of the page
- checkAcl() : mixed
- Allows children to check for acl
- checkWebviewAccess() : mixed
- Check for webview access. Currently being use in EB Tablet
- display() : mixed
- Default display method to list current logged in user's posts
- 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
- preload() : mixed
- Generate a preload link tag on the header of the page
- renderHeaders() : mixed
- Responsible to render the css files on the head
- 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
- defineParams() : mixed
- This method would be invoked by the parent to bind any active menu params available to the view and themes library
- outputJSON() : mixed
- Renders JSON output on the page
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
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
checkAcl()
Allows children to check for acl
public
checkAcl(mixed $rule[, mixed $default = null ]) : mixed
Parameters
- $rule : mixed
- $default : mixed = null
Tags
checkWebviewAccess()
Check for webview access. Currently being use in EB Tablet
public
checkWebviewAccess() : mixed
Tags
display()
Default display method to list current logged in user's posts
public
display([mixed $tmpl = null ]) : mixed
Parameters
- $tmpl : mixed = null
Tags
getActiveMenu()
Retrieves the active menu
public
getActiveMenu() : mixed
Tags
getActiveMenuParams()
Retrieves the menu params
public
getActiveMenuParams([mixed $internalConfigPrefix = '' ]) : mixed
Parameters
- $internalConfigPrefix : mixed = ''
Tags
getDefaultParams()
Generates a default set of menu params
public
getDefaultParams() : mixed
Tags
getMenuSuffix()
Retrieve the menu suffix for a page
public
getMenuSuffix() : mixed
Tags
getMessages()
Retrieve any queued messages from the system
public
getMessages() : mixed
Tags
getRssEmail()
Sets the rss author email
public
getRssEmail(mixed $author) : mixed
Parameters
- $author : mixed
Tags
getSiteDomainName()
Retrieve the site domain name with protocol
public
getSiteDomainName([mixed $withSubfolder = true ]) : mixed
Parameters
- $withSubfolder : mixed = true
Tags
isWebviewable()
Experimental method to determine if the view and layout is webview-able
public
isWebviewable() : mixed
Tags
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
renderHeaders()
Responsible to render the css files on the head
public
renderHeaders() : mixed
Tags
set()
Allows child to set variables
public
set(mixed $key[, mixed $value = '' ]) : mixed
Parameters
- $key : mixed
- $value : mixed = ''
Tags
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
setPathway()
Adds the breadcrumbs on the site
public
setPathway(mixed $title[, mixed $link = '' ]) : mixed
Parameters
- $title : mixed
- $link : mixed = ''
Tags
setRssFeed()
Adds the breadcrumbs on the site
public
setRssFeed([mixed $link = '' ]) : mixed
Parameters
- $link : mixed = ''
Tags
setTheme()
Allows caller to set a custom theme
public
setTheme(mixed $theme) : mixed
Parameters
- $theme : mixed
Tags
setViewBreadcrumb()
Sets view in breadcrumbs
public
setViewBreadcrumb([mixed $view = null ]) : mixed
Parameters
- $view : mixed = null
Tags
defineParams()
This method would be invoked by the parent to bind any active menu params available to the view and themes library
protected
defineParams() : mixed
Tags
outputJSON()
Renders JSON output on the page
protected
outputJSON([mixed $output = null ]) : mixed
Parameters
- $output : mixed = null