EasyBlogInstantArticles
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
- clean() : mixed
- 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
- processInstantContent() : mixed
- processInstantGallery() : mixed
- processInstantImages() : mixed
- processInstantVideos() : mixed
- removeSpaces() : mixed
- removesStyles() : mixed
- renders() : mixed
- 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
clean()
public
static clean([mixed &$content = '' ][, mixed $debug = false ]) : mixed
Parameters
- $content : mixed = ''
- $debug : mixed = false
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
isTablet()
Determines if this is a tablet layout
public
isTablet() : mixed
Tags
loadLanguage()
Helper method to load language
public
loadLanguage([mixed $admin = false ]) : mixed
Parameters
- $admin : mixed = false
Tags
processInstantContent()
public
static processInstantContent([mixed &$content = '' ]) : mixed
Parameters
- $content : mixed = ''
processInstantGallery()
public
static processInstantGallery([mixed &$content = '' ]) : mixed
Parameters
- $content : mixed = ''
processInstantImages()
public
static processInstantImages([mixed &$content = '' ]) : mixed
Parameters
- $content : mixed = ''
processInstantVideos()
public
static processInstantVideos([mixed &$content = '' ]) : mixed
Parameters
- $content : mixed = ''
removeSpaces()
public
static removeSpaces([mixed &$content = '' ]) : mixed
Parameters
- $content : mixed = ''
removesStyles()
public
static removesStyles([mixed &$content = '' ]) : mixed
Parameters
- $content : mixed = ''
renders()
public
static renders([mixed $content = '' ]) : mixed
Parameters
- $content : mixed = ''
setError()
public
setError(mixed $msg) : mixed
Parameters
- $msg : mixed