Documentation

EasyBlogClientGoogleHelper 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
getError()  : mixed
getErrors()  : mixed
hasError()  : mixed
hasErrors()  : mixed
isImage()  : mixed
Given the mime, determine if the mime is an image
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
processContent()  : mixed
Method to process the content based on the configuration
setError()  : mixed
downloadImage()  : mixed
Performs image download from the RSS
processImages()  : mixed
Method to download the external image from google and save in local
processInline()  : mixed
Method to process the content based on the inline styling
processPlain()  : mixed
Method to process the content based on the plain styling

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

getError()

public getError() : mixed

getErrors()

public getErrors() : mixed

hasError()

public hasError() : mixed

hasErrors()

public hasErrors() : mixed

isImage()

Given the mime, determine if the mime is an image

public isImage(mixed $mime) : mixed
Parameters
$mime : mixed
Tags
since
5.3.3
access

public

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

processContent()

Method to process the content based on the configuration

public processContent(mixed $post, mixed $html, mixed $styling) : mixed
Parameters
$post : mixed
$html : mixed
$styling : mixed
Tags
since
6.0
access

private

setError()

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

downloadImage()

Performs image download from the RSS

private downloadImage(mixed $url, mixed $post) : mixed
Parameters
$url : mixed
$post : mixed
Tags
since
5.0
access

public

processImages()

Method to download the external image from google and save in local

private processImages(mixed $post, mixed $html) : mixed
Parameters
$post : mixed
$html : mixed
Tags
since
6.0
access

private

processInline()

Method to process the content based on the inline styling

private processInline(mixed $html) : mixed
Parameters
$html : mixed
Tags
since
6.0
access

private

processPlain()

Method to process the content based on the plain styling

private processPlain(mixed $htmlContent) : mixed
Parameters
$htmlContent : mixed
Tags
since
6.0
access

private


        
On this page

Search results