EasyBlogModelMediaManager
extends EasyBlogAdminModel
in package
Table of Contents
Properties
- $searchables : mixed
- $data : mixed
- $pagination : mixed
- $total : mixed
Methods
- __construct() : mixed
- getObjects() : mixed
- Retrieves a list of objects from the database given the uri
- getPlaceObjects() : mixed
- Retrieves a list of objects from the database given the uri
- getPosts() : mixed
- Retrieves a list of articles on the site
- 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
$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
getObjects()
Retrieves a list of objects from the database given the uri
public
getObjects([mixed $uris = array() ]) : mixed
Parameters
- $uris : mixed = array()
Tags
getPlaceObjects()
Retrieves a list of objects from the database given the uri
public
getPlaceObjects(mixed $placeId) : mixed
Parameters
- $placeId : mixed
Tags
getPosts()
Retrieves a list of articles on the site
public
getPosts([mixed $userId = null ]) : mixed
Parameters
- $userId : mixed = null
Tags
getSearchableItems()
Get searchable columns
public
getSearchableItems(mixed $query) : mixed
Parameters
- $query : mixed
Tags
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