Documentation

EasyBlogMedia extends EasyBlog
in package

Table of Contents

Properties

$app  : mixed
$config  : mixed
$db  : mixed
$defaultAudioOptions  : array<string|int, mixed>
Default options for audio player
$defaultVideoOptions  : array<string|int, mixed>
Default options for videos
$doc  : mixed
$input  : mixed
$jconfig  : mixed
$lang  : mixed
$my  : mixed
$string  : mixed

Methods

__construct()  : 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
normalizeURI()  : mixed
Normalizes an URI
renderAudioPlayer()  : mixed
Renders audio player for the blog
renderPdfPreviewer()  : mixed
Renders pdf previewer
renderVideoPlayer()  : mixed
Renders video player
setError()  : mixed

Properties

$app

public mixed $app = \null

$config

public mixed $config = \null

$db

public mixed $db = \null

$defaultAudioOptions

Default options for audio player

public static array<string|int, mixed> $defaultAudioOptions = array('autoplay' => \false, 'loop' => \false, 'showArtist' => \true, 'showTrack' => \true, 'showDownload' => \true, 'artist' => '', 'track' => '')

$defaultVideoOptions

Default options for videos

public static array<string|int, mixed> $defaultVideoOptions = array('width' => '400', 'height' => '300', 'ratio' => '', 'muted' => \false, 'autoplay' => \false, 'loop' => \false, 'isCover' => \false)

$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

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
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

normalizeURI()

Normalizes an URI

public normalizeURI(mixed $uri) : mixed
Parameters
$uri : mixed
Tags
since
5.0
access

public

renderAudioPlayer()

Renders audio player for the blog

public renderAudioPlayer(mixed $uri[, mixed $options = array() ][, mixed $useRelative = false ]) : mixed
Parameters
$uri : mixed
$options : mixed = array()
$useRelative : mixed = false
Tags
since
5.1
access

public

renderPdfPreviewer()

Renders pdf previewer

public renderPdfPreviewer(mixed $uri[, mixed $options = array() ][, mixed $useRelative = false ]) : mixed
Parameters
$uri : mixed
$options : mixed = array()
$useRelative : mixed = false
Tags
since
5.1
access

public

renderVideoPlayer()

Renders video player

public renderVideoPlayer(mixed $uri[, mixed $options = array() ][, mixed $useRelative = false ]) : mixed
Parameters
$uri : mixed
$options : mixed = array()
$useRelative : mixed = false
Tags
since
5.1
access

public

setError()

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

        
On this page

Search results