Documentation

EasyBlogModelFieldGroups extends EasyBlogAdminModel
in package

Table of Contents

Properties

$pagination  : mixed
$searchables  : mixed
$total  : mixed

Methods

__construct()  : mixed
getItems()  : mixed
getPagination()  : mixed
getSearchableItems()  : mixed
Get searchable columns
getTotal()  : mixed
getUserStateFromRequest()  : mixed
Gets the value of a user state variable.
hasValues()  : mixed
Determines if there are any values in the fields within this group.
bindTable()  : mixed
implodeValues()  : mixed
populateState()  : void
Stock method to auto-populate the model state.

Properties

$searchables

public mixed $searchables = array()

Methods

getItems()

public getItems([mixed $groups = false ]) : mixed
Parameters
$groups : mixed = false

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'

hasValues()

Determines if there are any values in the fields within this group.

public hasValues(mixed $postId, mixed $groupId) : mixed
Parameters
$postId : mixed
$groupId : mixed
Tags
since
5.0
access

public

@return

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