EasyBlogFields
extends EasyBlog
in package
Table of Contents
Properties
- $app : mixed
- $config : mixed
- $db : mixed
- $doc : mixed
- $fields : mixed
- $input : mixed
- $jconfig : mixed
- $lang : mixed
- $my : mixed
- $string : mixed
Methods
- __construct() : mixed
- get() : mixed
- Retrieve the field
- getError() : mixed
- getErrors() : mixed
- getItems() : mixed
- Retrieves a list of fields
- 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
- onBeforeSave() : mixed
- Trigger onbeforesave method for each fields
- setError() : mixed
- initialize() : mixed
- Retrieves a list of fields
Properties
$app
public
mixed
$app
= \null
$config
public
mixed
$config
= \null
$db
public
mixed
$db
= \null
$doc
public
mixed
$doc
= \null
$fields
public
static mixed
$fields
= []
$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
get()
Retrieve the field
public
get(mixed $type) : mixed
Parameters
- $type : mixed
Tags
getError()
public
getError() : mixed
getErrors()
public
getErrors() : mixed
getItems()
Retrieves a list of fields
public
getItems() : mixed
Tags
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
onBeforeSave()
Trigger onbeforesave method for each fields
public
onBeforeSave(mixed &$data, mixed $type) : mixed
Parameters
- $data : mixed
- $type : mixed
Tags
setError()
public
setError(mixed $msg) : mixed
Parameters
- $msg : mixed
initialize()
Retrieves a list of fields
private
initialize() : mixed