Documentation

modEasyBlogPostMapHelper extends EasyBlog
in package

Table of Contents

Properties

$app  : mixed
$config  : mixed
$db  : mixed
$doc  : mixed
$input  : mixed
$jconfig  : mixed
$lang  : mixed
$lib  : mixed
$my  : mixed
$params  : mixed
$string  : mixed

Methods

__construct()  : mixed
generateTooltips()  : mixed
Generate tooltips for the posts
getError()  : mixed
getErrors()  : mixed
getPosts()  : mixed
Retrieves a list of posts
hasError()  : mixed
hasErrors()  : mixed
isMobile()  : mixed
Determines if this is a mobile layout
isTablet()  : mixed
Determines if this is a tablet layout
loadLanguage()  : mixed
Helper method to load language
normalizeFilterType()  : mixed
Normalize legacy values for post types
sameLocation()  : mixed
Given two location, determine if the location are the same
setError()  : mixed
sortLocation()  : mixed
Sort the posts
getPostsQuery()  : mixed
Generates the sql query to retrieve posts

Properties

$app

public mixed $app = \null

$config

public mixed $config = \null

$db

public mixed $db = \null

$doc

public mixed $doc = \null

$input

public mixed $input = \null

$jconfig

public mixed $jconfig = \null

$lang

public mixed $lang = \null

$my

public mixed $my = \null

$params

public mixed $params = []

$string

public mixed $string = \null

Methods

__construct()

public __construct(mixed $modules) : mixed
Parameters
$modules : mixed

generateTooltips()

Generate tooltips for the posts

public generateTooltips(mixed $posts) : mixed
Parameters
$posts : mixed
Tags
since
5.1
access

public

getError()

public getError() : mixed

getErrors()

public getErrors() : mixed

getPosts()

Retrieves a list of posts

public getPosts() : mixed
Tags
since
5.1
access

public

hasError()

public hasError() : mixed

hasErrors()

public hasErrors() : mixed

isMobile()

Determines if this is a mobile layout

public isMobile() : mixed
Tags
since
5.1
access

public

isTablet()

Determines if this is a tablet layout

public isTablet() : mixed
Tags
since
5.3
access

public

loadLanguage()

Helper method to load language

public loadLanguage([mixed $admin = false ]) : mixed
Parameters
$admin : mixed = false
Tags
since
5.0
access

public

normalizeFilterType()

Normalize legacy values for post types

public normalizeFilterType(mixed $type) : mixed
Parameters
$type : mixed
Tags
since
5.1
access

public

sameLocation()

Given two location, determine if the location are the same

public sameLocation(mixed $a, mixed $b) : mixed
Parameters
$a : mixed
$b : mixed
Tags
since
5.1
access

public

setError()

public setError(mixed $msg) : mixed
Parameters
$msg : mixed

sortLocation()

Sort the posts

public sortLocation(mixed $items) : mixed
Parameters
$items : mixed
Tags
since
5.1
access

public

getPostsQuery()

Generates the sql query to retrieve posts

private getPostsQuery(mixed $type) : mixed
Parameters
$type : mixed
Tags
since
5.1
access

public


        
On this page

Search results