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
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
getDefaultCategoriesXMLParams()
Retrieve xml params for default categories view
public
getDefaultCategoriesXMLParams() : mixed
Tags
getDefaultEntryXMLParams()
Retrieve xml params for default entry view
public
getDefaultEntryXMLParams() : mixed
Tags
getDefaultXMLParams()
Retrieve xml params for default frontpage view
public
getDefaultXMLParams() : mixed
Tags
getMenuLink()
Retrieves the link property of a given menu id
public
getMenuLink(mixed $itemId) : mixed
Parameters
- $itemId : mixed
Tags
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
getMenusByAllCategory()
Retrieve menu items associated with categories
public
getMenusByAllCategory() : mixed
Tags
getMenusByBloggerId()
Retrieve menu items associated with categories
public
getMenusByBloggerId(mixed $id) : mixed
Parameters
- $id : mixed
Tags
getMenusByCategoryId()
Retrieve menu items associated with categories
public
getMenusByCategoryId(mixed $id) : mixed
Parameters
- $id : mixed
Tags
getMenusByPostId()
Retrieve menu items associated with a post
public
getMenusByPostId(mixed $id) : mixed
Parameters
- $id : mixed
Tags
getMenusByTagId()
Retrieve menu items associated with team blogs
public
getMenusByTagId(mixed $id) : mixed
Parameters
- $id : mixed
Tags
getMenusByTeamId()
Retrieve menu items associated with team blogs
public
getMenusByTeamId(mixed $id) : mixed
Parameters
- $id : mixed
Tags
getSearchableItems()
Get searchable columns
public
getSearchableItems(mixed $query) : mixed
Parameters
- $query : mixed
Tags
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
getXMLParamsByManifest()
Retrieve xml params of the given manifest file
public
getXMLParamsByManifest(mixed $manifest) : mixed
Parameters
- $manifest : mixed
Tags
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