Documentation

EasyBlogExternalButtonPocket extends EasyBlogSocialButton
in package

Table of Contents

Properties

$app  : mixed
$bottom  : mixed
$config  : mixed
$db  : mixed
$doc  : mixed
$frontpage  : mixed
$input  : mixed
$jconfig  : mixed
$lang  : mixed
$my  : mixed
$position  : mixed
$post  : mixed
$string  : mixed
$team  : mixed
$type  : mixed
$name  : mixed

Methods

__construct()  : mixed
getButtonSize()  : mixed
Retrieves the button size to use
getDescription()  : mixed
Retrieves the description that should be used
getError()  : mixed
getErrors()  : mixed
getImage()  : mixed
Retrieves the post image
getName()  : mixed
Retrieves the unique identifier of the button
getPlaceholderId()  : mixed
Generate a temporary place holder uid for the social sharing
getTitle()  : mixed
Retrieves the post title
getUrl()  : mixed
Retrieves the url of the post
hasError()  : mixed
hasErrors()  : mixed
html()  : mixed
Outputs the html code for Twitter button
isEnabled()  : mixed
Determines if the pocket button should appear
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
ordering()  : mixed
Retrieves the ordering of the social buttons
sanitizeText()  : mixed
Sanitizes the text so that it doesn't display any funny characters on the string.
setError()  : mixed

Properties

$app

public mixed $app = \null

$config

public mixed $config = \null

$db

public mixed $db = \null

$doc

public mixed $doc = \null

$frontpage

public mixed $frontpage = \false

$input

public mixed $input = \null

$jconfig

public mixed $jconfig = \null

$lang

public mixed $lang = \null

$my

public mixed $my = \null

$position

public mixed $position = \null

$string

public mixed $string = \null

$type

public mixed $type = 'pocket'

Methods

__construct()

public __construct(mixed $name, EasyBlogPost $post[, mixed $options = array() ]) : mixed
Parameters
$name : mixed
$post : EasyBlogPost
$options : mixed = array()

getButtonSize()

Retrieves the button size to use

public getButtonSize() : mixed
Tags
since
5.0
access

public

getDescription()

Retrieves the description that should be used

public getDescription() : mixed
Tags
since
5.0
access

public

getError()

public getError() : mixed

getErrors()

public getErrors() : mixed

getImage()

Retrieves the post image

public getImage() : mixed
Tags
since
5.0
access

public

getName()

Retrieves the unique identifier of the button

public getName() : mixed
Tags
since
5.1
access

public

getPlaceholderId()

Generate a temporary place holder uid for the social sharing

public getPlaceholderId() : mixed
Tags
since
5.0
access

public

getTitle()

Retrieves the post title

public getTitle() : mixed
Tags
since
5.0
access

public

getUrl()

Retrieves the url of the post

public getUrl() : mixed
Tags
since
5.0
access

public

hasError()

public hasError() : mixed

hasErrors()

public hasErrors() : mixed

html()

Outputs the html code for Twitter button

public html() : mixed
Tags
since
5.1
access

public

isEnabled()

Determines if the pocket button should appear

public isEnabled() : 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

ordering()

Retrieves the ordering of the social buttons

public ordering() : mixed
Tags
since
5.0
access

public

sanitizeText()

Sanitizes the text so that it doesn't display any funny characters on the string.

public sanitizeText(mixed $text) : mixed
Parameters
$text : mixed
Tags
since
5.0
access

public

setError()

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

        
On this page

Search results