Documentation

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
since
5.1
access

public

getPendingPosts()

Retrieves a list of recent blog posts

public getPendingPosts([mixed $limit = 5 ]) : mixed
Parameters
$limit : mixed = 5
Tags
since
4.0
access

public

@return

getPostsHistory()

Retrieve stats for blog posts created the past week

public getPostsHistory() : mixed
Tags
since
4.0
access

public

getReactionsHistory()

Retrieve stats for reactions added for the past week

public getReactionsHistory() : mixed
Tags
since
5.1
access

public

getRecentComments()

Retrieves a list of recent blog posts

public getRecentComments([mixed $limit = 5 ]) : mixed
Parameters
$limit : mixed = 5
Tags
since
4.0
access

public

@return

getRecentPosts()

Retrieves a list of recent blog posts

public getRecentPosts([mixed $limit = 5 ]) : mixed
Parameters
$limit : mixed = 5
Tags
since
5.1
access

public

getRecentReactions()

Retrieves a list of recent reactions

public getRecentReactions([mixed $limit = 10 ]) : mixed
Parameters
$limit : mixed = 10
Tags
since
5.1
access

public

getSearchableItems()

Get searchable columns

public getSearchableItems(mixed $query) : mixed
Parameters
$query : mixed
Tags
since
5.2.0
access

public

getTotalAuthors()

Retrieves the total number of authors

public getTotalAuthors() : mixed
Tags
since
4.0
access

public

@return

getTotalCategories()

Retrieve the total number of comments created on the site

public getTotalCategories() : mixed
Tags
since
4.0
access

public

@return

getTotalComments()

Retrieve the total number of comments created on the site

public getTotalComments() : mixed
Tags
since
4.0
access

public

@return

getTotalFeeds()

Retrieve the total number of posts created on the site

public getTotalFeeds() : mixed
Tags
since
5.1
access

public

getTotalPending()

Retrieve the total number of posts created on the site

public getTotalPending() : mixed
Tags
since
5.1
access

public

getTotalPosts()

Retrieve the total number of posts created on the site

public getTotalPosts() : mixed
Tags
since
5.1
access

public

getTotalReactions()

Retrieve the total number of reactions created on the site

public getTotalReactions() : mixed
Tags
since
5.1
access

public

getTotalTags()

Retrieve the total number of tags created on the site

public getTotalTags() : mixed
Tags
since
4.0
access

public

getTotalTeams()

Retrieve the total number of tags created on the site

public getTotalTeams() : mixed
Tags
since
4.0
access

public

@return

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
Tags
since
12.2

        
On this page

Search results