Documentation

EasyBlogThemesHelperComposer extends EasyBlogThemesHelperAbstract
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
field()  : mixed
Deprecated. Temporarily being used to serve existing fields. This needs to be refactored in the future
fieldset()  : mixed
Renders a fieldset in the composer panel
getError()  : mixed
getErrors()  : mixed
hasError()  : mixed
hasErrors()  : mixed
isMobile()  : mixed
Determines if this is a mobile layout
isTablet()  : mixed
Determines if this is a tablet layout
label()  : mixed
Renders the composer label
loadLanguage()  : mixed
Helper method to load language
setError()  : mixed
shortcut()  : mixed
Renders the composer shortcut

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

field()

Deprecated. Temporarily being used to serve existing fields. This needs to be refactored in the future

public field(mixed $type, mixed $name, mixed $title[, mixed $value = null ][, mixed $attributes = [] ][, mixed $arrayAttributes = [] ]) : mixed
Parameters
$type : mixed
$name : mixed
$title : mixed
$value : mixed = null
$attributes : mixed = []
$arrayAttributes : mixed = []

fieldset()

Renders a fieldset in the composer panel

public fieldset(mixed $type, mixed $name, mixed $title[, mixed $value = null ][, mixed $attributes = array() ][, mixed $help = '' ][, mixed $wrapperAttributes = array() ]) : mixed
Parameters
$type : mixed
$name : mixed
$title : mixed
$value : mixed = null
$attributes : mixed = array()
$help : mixed = ''
$wrapperAttributes : mixed = array()
Tags
since
5.1
access

public

getError()

public getError() : mixed

getErrors()

public getErrors() : mixed

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

label()

Renders the composer label

public label(mixed $title[, mixed $for = '' ][, mixed $options = [] ]) : mixed
Parameters
$title : mixed
$for : mixed = ''
$options : mixed = []
Tags
since
6.0.0
access

public

loadLanguage()

Helper method to load language

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

public

setError()

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

shortcut()

Renders the composer shortcut

public shortcut(mixed $keys) : mixed
Parameters
$keys : mixed
Tags
since
6.0.0
access

public


        
On this page

Search results