Documentation

EasyBlogSocialButtonExternal extends EasyBlog
in package

Table of Contents

Properties

$app  : mixed
$buttonConfigs  : mixed
$buttons  : mixed
$config  : mixed
$db  : mixed
$doc  : mixed
$input  : mixed
$jconfig  : mixed
$lang  : mixed
$my  : mixed
$string  : mixed

Methods

__construct()  : mixed
getButton()  : mixed
Creates a new button instance
getButtons()  : mixed
Retrieves a list of buttons enabled
getError()  : mixed
getErrors()  : mixed
hasError()  : mixed
hasErrors()  : mixed
html()  : mixed
Renders the DOM for the internal buttons
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

$buttonConfigs

public mixed $buttonConfigs = array('facebook' => 'main_facebook_like', 'pinterest' => 'main_pinit_button', 'linkedin' => 'main_linkedin_button', 'pocket' => 'main_pocket_button', 'reddit' => 'main_reddit_button', 'twitter' => 'main_twitter_button', 'vk' => 'main_vk', 'xing' => 'main_xing_button')

$buttons

public mixed $buttons = array('facebook', 'linkedin', 'twitter', 'xing', 'vk', 'pinterest', 'reddit', 'pocket')

$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

getButton()

Creates a new button instance

public getButton(mixed $button) : mixed
Parameters
$button : mixed
Tags
since
5.1
access

public

getButtons()

Retrieves a list of buttons enabled

public getButtons() : mixed
Tags
since
5.1
access

public

getError()

public getError() : mixed

getErrors()

public getErrors() : mixed

hasError()

public hasError() : mixed

hasErrors()

public hasErrors() : mixed

html()

Renders the DOM for the internal buttons

public html() : mixed
Tags
since
5.1
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

setError()

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

        
On this page

Search results