EasyBlogModelXmlrpc
extends EasyBlogAdminModel
in package
Table of Contents
Properties
- $_data : mixed
- $_pagination : mixed
- $_total : mixed
- $searchables : mixed
Methods
- __construct() : mixed
- categoryExists() : mixed
- Checks if the given category title exists on the site
- getCategories() : mixed
- Retrieves a list of categories on the site
- getCategory() : mixed
- Retrieves the category object
- getDefaultCategory() : mixed
- Retrieves the default category
- getRecentPosts() : mixed
- Retrieves the recent posts created by the specified author
- getSearchableItems() : mixed
- Get searchable columns
- getTags() : mixed
- Retrieves a list of tags on the site
- getUserStateFromRequest() : mixed
- Gets the value of a user state variable.
- bindTable() : mixed
- implodeValues() : mixed
- populateState() : void
- Stock method to auto-populate the model state.
Properties
$_data
public
mixed
$_data
= \null
$_pagination
public
mixed
$_pagination
= \null
$_total
public
mixed
$_total
$searchables
public
mixed
$searchables
= array()
Methods
__construct()
public
__construct() : mixed
categoryExists()
Checks if the given category title exists on the site
public
categoryExists(mixed $title) : mixed
Parameters
- $title : mixed
Tags
getCategories()
Retrieves a list of categories on the site
public
getCategories() : mixed
Tags
getCategory()
Retrieves the category object
public
getCategory(mixed $title, mixed $userId) : mixed
Parameters
- $title : mixed
- $userId : mixed
Tags
getDefaultCategory()
Retrieves the default category
public
getDefaultCategory() : mixed
Tags
getRecentPosts()
Retrieves the recent posts created by the specified author
public
getRecentPosts([mixed $authorId = null ]) : mixed
Parameters
- $authorId : mixed = null
Tags
getSearchableItems()
Get searchable columns
public
getSearchableItems(mixed $query) : mixed
Parameters
- $query : mixed
Tags
getTags()
Retrieves a list of tags on the site
public
getTags() : 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'
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