Documentation

EasyBlogScript extends EasyBlog
in package

Table of Contents

Properties

$app  : mixed
$CDATA  : mixed
$closingTag  : mixed
$config  : mixed
$db  : mixed
$doc  : mixed
$extension  : mixed
$footer  : mixed
$header  : mixed
$input  : mixed
$jconfig  : mixed
$lang  : mixed
$my  : mixed
$openingTag  : mixed
$safeExecution  : mixed
$scriptTag  : mixed
$string  : mixed
$vars  : mixed

Methods

__construct()  : mixed
attach()  : mixed
Appends script files into the scripts section
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
loadLanguage()  : mixed
Helper method to load language
output()  : mixed
Allows inclusion of scripts within another script
parse()  : mixed
Parses a script file.
set()  : mixed
Sets a variable
setError()  : mixed

Properties

$app

public mixed $app = \null

$CDATA

public mixed $CDATA = \false

$closingTag

public mixed $closingTag = '</script>'

$config

public mixed $config = \null

$db

public mixed $db = \null

$doc

public mixed $doc = \null

$extension

public mixed $extension = 'js'
public mixed $footer = ''

$header

public mixed $header = ''

$input

public mixed $input = \null

$jconfig

public mixed $jconfig = \null

$lang

public mixed $lang = \null

$my

public mixed $my = \null

$openingTag

public mixed $openingTag = '<script>'

$safeExecution

public mixed $safeExecution = \false

$scriptTag

public mixed $scriptTag = \false

$string

public mixed $string = \null

Methods

__construct()

public __construct() : mixed

attach()

Appends script files into the scripts section

public attach([mixed $path = null ]) : mixed
Parameters
$path : mixed = null
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

loadLanguage()

Helper method to load language

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

public

output()

Allows inclusion of scripts within another script

public output([mixed $file = null ][, mixed $vars = null ]) : mixed
Parameters
$file : mixed = null
$vars : mixed = null
Tags
since
5.1
access

public

parse()

Parses a script file.

public parse([mixed $vars = null ]) : mixed
Parameters
$vars : mixed = null
Tags
since
5.1
access

public

set()

Sets a variable

public set(mixed $name, mixed $value) : mixed
Parameters
$name : mixed
$value : mixed
Tags
since
5.1
access

public

setError()

public setError(mixed $msg) : mixed
Parameters
$msg : mixed
Loading…
On this page

Search results