Documentation

EasyBlogModelTeamRequest 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
_buildQuery()  : string
Method to build the query for the tags
getData()  : array<string|int, mixed>
Method to get categories item data
getPagination()  : int
Method to get a pagination object for the categories
getSearchableItems()  : mixed
Get searchable columns
getTotal()  : int
Method to get the total nr of the categories
getTotalRequest()  : mixed
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

$searchables

public mixed $searchables = array()

Methods

_buildQuery()

Method to build the query for the tags

public _buildQuery() : string
Tags
access

private

Return values
string

getData()

Method to get categories item data

public getData() : array<string|int, mixed>
Tags
access

public

Return values
array<string|int, mixed>

getPagination()

Method to get a pagination object for the categories

public getPagination() : int
Tags
access

public

Return values
int

getSearchableItems()

Get searchable columns

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

public

getTotal()

Method to get the total nr of the categories

public getTotal() : int
Tags
access

public

Return values
int

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