Documentation

EasyBlogModelMigrators extends EasyBlogAdminModel
in package

Table of Contents

Properties

$_data  : array<string|int, mixed>
Category data array
$_pagination  : object
Pagination object
$_total  : int
Category total
$searchables  : mixed

Methods

__construct()  : mixed
getArticleAuthors()  : mixed
function used to get list of Authors for dropdown filter
getArticleAuthors16()  : mixed
getArticleCategories()  : mixed
function used to get article's categories drop down list.
getSearchableItems()  : mixed
Get searchable columns
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

Category data array

public array<string|int, mixed> $_data = \null

$_pagination

Pagination object

public object $_pagination = \null

$_total

Category total

public int $_total = \null

$searchables

public mixed $searchables = array()

Methods

getArticleAuthors()

function used to get list of Authors for dropdown filter

public getArticleAuthors() : mixed

getArticleAuthors16()

public getArticleAuthors16() : mixed

getArticleCategories()

function used to get article's categories drop down list.

public getArticleCategories([mixed $excludeSection = '' ]) : mixed
Parameters
$excludeSection : mixed = ''

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()

Stock method to auto-populate the model state.

protected populateState() : void
Tags
since
12.2

        
On this page

Search results