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
$_total
Category total
public
int
$_total
= \null
$searchables
public
mixed
$searchables
= array()
Methods
__construct()
public
__construct() : mixed
_buildQuery()
Method to build the query for the tags
public
_buildQuery() : string
Tags
Return values
stringgetData()
Method to get categories item data
public
getData() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed>getPagination()
Method to get a pagination object for the categories
public
getPagination() : int
Tags
Return values
intgetSearchableItems()
Get searchable columns
public
getSearchableItems(mixed $query) : mixed
Parameters
- $query : mixed
Tags
getTotal()
Method to get the total nr of the categories
public
getTotal() : int
Tags
Return values
intgetTotalRequest()
public
getTotalRequest() : mixed
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