Documentation

EasyBlogModelSettings extends EasyBlogAdminModel
in package

Table of Contents

Properties

$searchables  : mixed

Methods

__construct()  : mixed
_getParams()  : mixed
getAvailableEditor()  : mixed
Get any available editor
getConfig()  : mixed
getRawData()  : mixed
Retrieves the raw data from the database for the config
getSearchableItems()  : mixed
Get searchable columns
getThemes()  : mixed
getUserStateFromRequest()  : mixed
Gets the value of a user state variable.
getViewFieldsets()  : mixed
Get fieldsets from a particular view
restoreLogo()  : mixed
Restore Email Logo
save()  : mixed
updateBlogPrivacy()  : mixed
updateLogo()  : mixed
Update Email Logo
bindTable()  : mixed
implodeValues()  : mixed
populateState()  : void
Stock method to auto-populate the model state.

Properties

$searchables

public mixed $searchables = array()

Methods

__construct()

public __construct() : mixed

_getParams()

public & _getParams([mixed $key = 'config' ]) : mixed
Parameters
$key : mixed = 'config'

getAvailableEditor()

Get any available editor

public getAvailableEditor() : mixed
Tags
since
4.0
access

public

@return

getRawData()

Retrieves the raw data from the database for the config

public getRawData() : mixed
Tags
since
4.0
access

public

getSearchableItems()

Get searchable columns

public getSearchableItems(mixed $query) : mixed
Parameters
$query : mixed
Tags
since
5.2.0
access

public

getThemes()

public getThemes([mixed $type = 'client' ]) : mixed
Parameters
$type : mixed = 'client'

getUserStateFromRequest()

Gets the value of a user state variable.

public getUserStateFromRequest(mixed $key, mixed $request[, mixed $default = null ][, mixed $type = 'none' ]) : mixed
Parameters
$key : mixed
$request : mixed
$default : mixed = null
$type : mixed = 'none'

getViewFieldsets()

Get fieldsets from a particular view

public getViewFieldsets(mixed $view[, mixed $layout = 'default' ]) : mixed
Parameters
$view : mixed
$layout : mixed = 'default'
Tags
since
5.1
access

public

Restore Email Logo

public restoreLogo([mixed $type = 'email' ]) : mixed
Parameters
$type : mixed = 'email'
Tags
since
5.1
access

public

save()

public save(mixed $data) : mixed
Parameters
$data : mixed

updateBlogPrivacy()

public updateBlogPrivacy(mixed $value) : mixed
Parameters
$value : mixed

Update Email Logo

public updateLogo(mixed $file[, mixed $type = 'email' ]) : mixed
Parameters
$file : mixed
$type : mixed = 'email'
Tags
since
5.1
access

public

bindTable()

protected bindTable(mixed $tableName, mixed $result) : mixed
Parameters
$tableName : mixed
$result : mixed

implodeValues()

protected implodeValues(mixed $data) : mixed
Parameters
$data : mixed

populateState()

Stock method to auto-populate the model state.

protected populateState() : void
Tags
since
12.2

        
On this page

Search results