EasyBlogModelStats
extends EasyBlogAdminModel
in package
Table of Contents
Properties
- $searchables : mixed
Methods
- __construct() : mixed
- getCommentsHistory() : mixed
- Retrieve stats for comments posted the past week
- getPendingPosts() : mixed
- Retrieves a list of recent blog posts
- getPostsHistory() : mixed
- Retrieve stats for blog posts created the past week
- getReactionsHistory() : mixed
- Retrieve stats for reactions added for the past week
- getRecentComments() : mixed
- Retrieves a list of recent blog posts
- getRecentPosts() : mixed
- Retrieves a list of recent blog posts
- getRecentReactions() : mixed
- Retrieves a list of recent reactions
- getSearchableItems() : mixed
- Get searchable columns
- getTotalAuthors() : mixed
- Retrieves the total number of authors
- getTotalCategories() : mixed
- Retrieve the total number of comments created on the site
- getTotalComments() : mixed
- Retrieve the total number of comments created on the site
- getTotalFeeds() : mixed
- Retrieve the total number of posts created on the site
- getTotalPending() : mixed
- Retrieve the total number of posts created on the site
- getTotalPosts() : mixed
- Retrieve the total number of posts created on the site
- getTotalReactions() : mixed
- Retrieve the total number of reactions created on the site
- getTotalTags() : mixed
- Retrieve the total number of tags created on the site
- getTotalTeams() : mixed
- Retrieve the total number of tags created on the site
- 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()
Methods
__construct()
public
__construct() : mixed
getCommentsHistory()
Retrieve stats for comments posted the past week
public
getCommentsHistory() : mixed
Tags
getPendingPosts()
Retrieves a list of recent blog posts
public
getPendingPosts([mixed $limit = 5 ]) : mixed
Parameters
- $limit : mixed = 5
Tags
getPostsHistory()
Retrieve stats for blog posts created the past week
public
getPostsHistory() : mixed
Tags
getReactionsHistory()
Retrieve stats for reactions added for the past week
public
getReactionsHistory() : mixed
Tags
getRecentComments()
Retrieves a list of recent blog posts
public
getRecentComments([mixed $limit = 5 ]) : mixed
Parameters
- $limit : mixed = 5
Tags
getRecentPosts()
Retrieves a list of recent blog posts
public
getRecentPosts([mixed $limit = 5 ]) : mixed
Parameters
- $limit : mixed = 5
Tags
getRecentReactions()
Retrieves a list of recent reactions
public
getRecentReactions([mixed $limit = 10 ]) : mixed
Parameters
- $limit : mixed = 10
Tags
getSearchableItems()
Get searchable columns
public
getSearchableItems(mixed $query) : mixed
Parameters
- $query : mixed
Tags
getTotalAuthors()
Retrieves the total number of authors
public
getTotalAuthors() : mixed
Tags
getTotalCategories()
Retrieve the total number of comments created on the site
public
getTotalCategories() : mixed
Tags
getTotalComments()
Retrieve the total number of comments created on the site
public
getTotalComments() : mixed
Tags
getTotalFeeds()
Retrieve the total number of posts created on the site
public
getTotalFeeds() : mixed
Tags
getTotalPending()
Retrieve the total number of posts created on the site
public
getTotalPending() : mixed
Tags
getTotalPosts()
Retrieve the total number of posts created on the site
public
getTotalPosts() : mixed
Tags
getTotalReactions()
Retrieve the total number of reactions created on the site
public
getTotalReactions() : mixed
Tags
getTotalTags()
Retrieve the total number of tags created on the site
public
getTotalTags() : mixed
Tags
getTotalTeams()
Retrieve the total number of tags created on the site
public
getTotalTeams() : 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