Documentation

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

$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
since
4.0
access

public

@return

getCategories()

Retrieves a list of categories on the site

public getCategories() : mixed
Tags
since
5.0
access

public

@return

getCategory()

Retrieves the category object

public getCategory(mixed $title, mixed $userId) : mixed
Parameters
$title : mixed
$userId : mixed
Tags
since
4.0
access

public

@return

getDefaultCategory()

Retrieves the default category

public getDefaultCategory() : mixed
Tags
since
4.0
access

public

@return

getRecentPosts()

Retrieves the recent posts created by the specified author

public getRecentPosts([mixed $authorId = null ]) : mixed
Parameters
$authorId : mixed = null
Tags
since
5.0
access

public

@return

getSearchableItems()

Get searchable columns

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

public

getTags()

Retrieves a list of tags on the site

public getTags() : mixed
Tags
since
5.0
access

public

@return

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
Tags
since
12.2

        
On this page

Search results