Documentation

EasyBlogAudio 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
format()  : mixed
Used in conjunction with EB::formatter()
getError()  : mixed
getErrors()  : mixed
getItems()  : mixed
Retrieves a list of audio items from the content
getPlayer()  : mixed
Retrieves the html codes for the player
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
process()  : mixed
Processes the audio tags on the content for legacy posts
setError()  : mixed
strip()  : mixed
stripCodes()  : mixed
Used in conjunction with EB::formatter()

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

format()

Used in conjunction with EB::formatter()

public format(EasyBlogPost &$blog[, mixed $plain = false ][, mixed $useRelative = false ]) : mixed
Parameters
$blog : EasyBlogPost
$plain : mixed = false
$useRelative : mixed = false
Tags
since
4.0
access

public

@return

getError()

public getError() : mixed

getErrors()

public getErrors() : mixed

getItems()

Retrieves a list of audio items from the content

public getItems(mixed $content[, mixed $returnObject = false ][, mixed $useRelative = false ]) : mixed
Parameters
$content : mixed
$returnObject : mixed = false
$useRelative : mixed = false
Tags
since
5.0
access

public

@return

getPlayer()

Retrieves the html codes for the player

public getPlayer(mixed $file) : mixed
Parameters
$file : mixed
Tags
since
4.0
access

public

@return

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

process()

Processes the audio tags on the content for legacy posts

public process(mixed $contents[, mixed $plain = false ][, mixed $useRelative = false ]) : mixed
Parameters
$contents : mixed
$plain : mixed = false
$useRelative : mixed = false
Tags
since
5.0
access

public

@return

setError()

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

strip()

public strip(mixed $content) : mixed
Parameters
$content : mixed

stripCodes()

Used in conjunction with EB::formatter()

public stripCodes(EasyBlogPost &$post) : mixed
Parameters
$post : EasyBlogPost
Tags
since
4.0
access

public

@return

        
On this page

Search results