Documentation

EasyBlogModelArticles extends EasyBlogAdminModel
in package

Table of Contents

Properties

$searchables  : mixed

Methods

__construct()  : mixed
getItems()  : mixed
Retrieves the list of articles for the back end
getPagination()  : mixed
Retrieves the pagination
getSearchableItems()  : mixed
Get searchable columns
getUserStateFromRequest()  : mixed
Gets the value of a user state variable.
bindTable()  : mixed
implodeValues()  : mixed
populateState()  : void
Populate current stats

Properties

$searchables

public mixed $searchables = array()

Methods

__construct()

public __construct() : mixed

getItems()

Retrieves the list of articles for the back end

public getItems([mixed $options = array() ]) : mixed
Parameters
$options : mixed = array()
Tags
since
5.3.0
access

public

getPagination()

Retrieves the pagination

public getPagination() : mixed
Tags
since
5.3.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'

bindTable()

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

implodeValues()

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

populateState()

Populate current stats

protected populateState() : void
Tags
since
5.3.0
access

public

Loading…
On this page

Search results