Documentation

EasyBlogModelMenu extends EasyBlogAdminModel
in package

Table of Contents

Properties

$searchables  : mixed

Methods

__construct()  : mixed
getAssociatedMenus()  : mixed
Retrieves all menus associated with EasyBlog
getCustomMenuParams()  : mixed
Custom menu params as this method will intelligently determine which menu params the menu should be inheriting from
getDefaultCategoriesXMLParams()  : mixed
Retrieve xml params for default categories view
getDefaultEntryXMLParams()  : mixed
Retrieve xml params for default entry view
getDefaultXMLParams()  : mixed
Retrieve xml params for default frontpage view
getMenuLink()  : mixed
Retrieves the link property of a given menu id
getMenuParamsById()  : mixed
getMenus()  : mixed
Retrieve menu items associated with team blogs
getMenusByAllCategory()  : mixed
Retrieve menu items associated with categories
getMenusByBloggerId()  : mixed
Retrieve menu items associated with categories
getMenusByCategoryId()  : mixed
Retrieve menu items associated with categories
getMenusByPostId()  : mixed
Retrieve menu items associated with a post
getMenusByTagId()  : mixed
Retrieve menu items associated with team blogs
getMenusByTeamId()  : mixed
Retrieve menu items associated with team blogs
getSearchableItems()  : mixed
Get searchable columns
getUserStateFromRequest()  : mixed
Gets the value of a user state variable.
getXMLParams()  : mixed
Retrieve xml params by views and layout
getXMLParamsByManifest()  : mixed
Retrieve xml params of the given manifest file
bindTable()  : mixed
implodeValues()  : mixed
populateState()  : void
Stock method to auto-populate the model state.

Properties

$searchables

public mixed $searchables = array()

Methods

__construct()

public __construct([mixed $config = array() ]) : mixed
Parameters
$config : mixed = array()

getAssociatedMenus()

Retrieves all menus associated with EasyBlog

public getAssociatedMenus() : mixed
Tags
since
5.0
access

public

getCustomMenuParams()

Custom menu params as this method will intelligently determine which menu params the menu should be inheriting from

public getCustomMenuParams(mixed $menuId, JRegistry $params, mixed $internalConfigPrefix) : mixed
Parameters
$menuId : mixed
$params : JRegistry
$internalConfigPrefix : mixed
Tags
since
5.0
access

public

getDefaultCategoriesXMLParams()

Retrieve xml params for default categories view

public getDefaultCategoriesXMLParams() : mixed
Tags
since
5.2
access

public

getDefaultEntryXMLParams()

Retrieve xml params for default entry view

public getDefaultEntryXMLParams() : mixed
Tags
since
5.2
access

public

getDefaultXMLParams()

Retrieve xml params for default frontpage view

public getDefaultXMLParams() : mixed
Tags
since
5.2
access

public

Retrieves the link property of a given menu id

public getMenuLink(mixed $itemId) : mixed
Parameters
$itemId : mixed
Tags
since
5.0
access

public

getMenuParamsById()

public getMenuParamsById(mixed $menuId) : mixed
Parameters
$menuId : mixed

getMenus()

Retrieve menu items associated with team blogs

public getMenus(mixed $view[, mixed $layout = null ]) : mixed
Parameters
$view : mixed
$layout : mixed = null
Tags
since
5.0
access

public

getMenusByAllCategory()

Retrieve menu items associated with categories

public getMenusByAllCategory() : mixed
Tags
since
5.0
access

public

getMenusByBloggerId()

Retrieve menu items associated with categories

public getMenusByBloggerId(mixed $id) : mixed
Parameters
$id : mixed
Tags
since
5.0
access

public

getMenusByCategoryId()

Retrieve menu items associated with categories

public getMenusByCategoryId(mixed $id) : mixed
Parameters
$id : mixed
Tags
since
5.0
access

public

getMenusByPostId()

Retrieve menu items associated with a post

public getMenusByPostId(mixed $id) : mixed
Parameters
$id : mixed
Tags
since
5.0
access

public

getMenusByTagId()

Retrieve menu items associated with team blogs

public getMenusByTagId(mixed $id) : mixed
Parameters
$id : mixed
Tags
since
5.0
access

public

getMenusByTeamId()

Retrieve menu items associated with team blogs

public getMenusByTeamId(mixed $id) : mixed
Parameters
$id : mixed
Tags
since
5.0
access

public

getSearchableItems()

Get searchable columns

public getSearchableItems(mixed $query) : mixed
Parameters
$query : mixed
Tags
since
5.2.0
access

public

getUserStateFromRequest()

Gets the value of a user state variable.

public getUserStateFromRequest(mixed $key, mixed $request[, mixed $default = null ][, mixed $type = 'none' ]) : mixed
Parameters
$key : mixed
$request : mixed
$default : mixed = null
$type : mixed = 'none'

getXMLParams()

Retrieve xml params by views and layout

public getXMLParams([mixed $view = '' ][, mixed $layout = 'default' ]) : mixed
Parameters
$view : mixed = ''
$layout : mixed = 'default'
Tags
since
5.2
access

public

getXMLParamsByManifest()

Retrieve xml params of the given manifest file

public getXMLParamsByManifest(mixed $manifest) : mixed
Parameters
$manifest : mixed
Tags
since
5.2
access

public

bindTable()

protected bindTable(mixed $tableName, mixed $result) : mixed
Parameters
$tableName : mixed
$result : mixed

implodeValues()

protected implodeValues(mixed $data) : mixed
Parameters
$data : mixed

populateState()

Stock method to auto-populate the model state.

protected populateState() : void
Tags
since
12.2

        
On this page

Search results