Documentation

EasyBlogThemesHelperGrid extends EasyBlog
in package

Table of Contents

Properties

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

Methods

__construct()  : mixed
core()  : mixed
Renders publish / unpublish icon.
featured()  : mixed
Renders featured icon.
getError()  : mixed
getErrors()  : mixed
globalTemplate()  : mixed
Renders the specific icon for post template's global template column
hasError()  : mixed
hasErrors()  : mixed
isMobile()  : mixed
Determines if this is a mobile layout
isTablet()  : mixed
Determines if this is a tablet layout
listbox()  : mixed
loadLanguage()  : mixed
Helper method to load language
locked()  : mixed
Renders the lock in a grid
moderation()  : mixed
Renders a pending moderation icon
postStatus()  : mixed
Renders the specific icon for post listing's status column
published()  : mixed
Renders publish / unpublish icon.
setError()  : mixed

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

$string

public mixed $string = \null

Methods

__construct()

public __construct() : mixed

core()

Renders publish / unpublish icon.

public core(mixed $obj[, mixed $key = '' ][, mixed $tooltip = [] ]) : mixed
Parameters
$obj : mixed
$key : mixed = ''
$tooltip : mixed = []
Tags
since
1.0
access

public

Renders featured icon.

public featured(mixed $obj[, mixed $controllerName = '' ][, mixed $key = '' ][, mixed $task = '' ][, mixed $allowed = true ][, mixed $tooltip = array() ]) : mixed
Parameters
$obj : mixed
$controllerName : mixed = ''
$key : mixed = ''
$task : mixed = ''
$allowed : mixed = true
$tooltip : mixed = array()
Tags
since
1.0
access

public

getError()

public getError() : mixed

getErrors()

public getErrors() : mixed

globalTemplate()

Renders the specific icon for post template's global template column

public globalTemplate(mixed $template[, mixed $disabled = false ]) : mixed
Parameters
$template : mixed
$disabled : mixed = false
Tags
since
1.0
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

listbox()

public listbox(mixed $name, mixed $items[, mixed $options = array() ]) : mixed
Parameters
$name : mixed
$items : mixed
$options : mixed = array()

loadLanguage()

Helper method to load language

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

public

locked()

Renders the lock in a grid

public static locked(mixed $obj[, mixed $tasks = [] ][, mixed $tooltip = [] ][, mixed $disabled = false ]) : mixed
Parameters
$obj : mixed
$tasks : mixed = []
$tooltip : mixed = []
$disabled : mixed = false
Tags
since
5.4
access

public

moderation()

Renders a pending moderation icon

public moderation(mixed $controllerName) : mixed
Parameters
$controllerName : mixed
Tags
since
5.0
access

public

postStatus()

Renders the specific icon for post listing's status column

public postStatus(EasyBlogPost $post, mixed $key) : mixed
Parameters
$post : EasyBlogPost
$key : mixed
Tags
since
1.0
access

public

published()

Renders publish / unpublish icon.

public published(mixed $obj[, mixed $controllerName = '' ][, mixed $key = '' ][, mixed $tasks = [] ][, mixed $tooltip = [] ][, mixed $disabled = false ]) : mixed
Parameters
$obj : mixed
$controllerName : mixed = ''
$key : mixed = ''
$tasks : mixed = []
$tooltip : mixed = []
$disabled : mixed = false
Tags
since
1.0
access

public

setError()

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

        
On this page

Search results