EasyBlogModelLanguages
extends EasyBlogAdminModel
in package
Table of Contents
Properties
- $searchables : mixed
- $data : mixed
- $pagination : mixed
- $total : mixed
Methods
- __construct() : mixed
- _buildQuery() : mixed
- discover() : mixed
- Discover new languages
- getLanguages() : mixed
- Retrieve languages
- getPagination() : int
- Method to get a pagination object for the events
- getSearchableItems() : mixed
- Get searchable columns
- getTotal() : int
- Method to return the total number of rows
- getUserStateFromRequest() : mixed
- Gets the value of a user state variable.
- initialized() : mixed
- Determines if the language rows has been populated
- purge() : mixed
- Purges non installed languages
- bindTable() : mixed
- implodeValues() : mixed
- populateState() : void
- Stock method to auto-populate the model state.
Properties
$searchables
public
mixed
$searchables
= array()
$data
private
mixed
$data
= \null
$pagination
private
mixed
$pagination
= \null
$total
private
mixed
$total
= \null
Methods
__construct()
public
__construct() : mixed
_buildQuery()
public
_buildQuery() : mixed
discover()
Discover new languages
public
discover() : mixed
Tags
getLanguages()
Retrieve languages
public
getLanguages() : mixed
Tags
getPagination()
Method to get a pagination object for the events
public
& getPagination() : int
Tags
Return values
intgetSearchableItems()
Get searchable columns
public
getSearchableItems(mixed $query) : mixed
Parameters
- $query : mixed
Tags
getTotal()
Method to return the total number of rows
public
getTotal() : int
Tags
Return values
intgetUserStateFromRequest()
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'
initialized()
Determines if the language rows has been populated
public
initialized() : mixed
Tags
purge()
Purges non installed languages
public
purge() : mixed
Tags
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