Documentation

EBMMAdapter 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
$source  : mixed
Stores the adapter object

Methods

__call()  : mixed
Maps unknown function calls back to the adapter
__construct()  : mixed
getError()  : mixed
getErrors()  : mixed
getSource()  : mixed
Retrieves the adapter object given the source type
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
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

$source

Stores the adapter object

private mixed $source = \null

Methods

__call()

Maps unknown function calls back to the adapter

public __call(mixed $method, mixed $arguments) : mixed
Parameters
$method : mixed
$arguments : mixed
Tags
since
5.0
access

public

__construct()

public __construct(mixed $source, mixed $lib) : mixed
Parameters
$source : mixed
$lib : mixed

getError()

public getError() : mixed

getErrors()

public getErrors() : mixed

getSource()

Retrieves the adapter object given the source type

public getSource(mixed $source) : mixed
Parameters
$source : mixed
Tags
since
5.1
access

public

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

setError()

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

        
On this page

Search results