EasyBlogExternalButtonReddit
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 Google One button
- isEnabled() : mixed
- Determines if reddit 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
$bottom
public
mixed
$bottom
= \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
$post
public
mixed
$post
= \null
$string
public
mixed
$string
= \null
$team
public
mixed
$team
= \null
$type
public
mixed
$type
= 'reddit'
$name
protected
mixed
$name
= \null
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
getDescription()
Retrieves the description that should be used
public
getDescription() : mixed
Tags
getError()
public
getError() : mixed
getErrors()
public
getErrors() : mixed
getImage()
Retrieves the post image
public
getImage() : mixed
Tags
getName()
Retrieves the unique identifier of the button
public
getName() : mixed
Tags
getPlaceholderId()
Generate a temporary place holder uid for the social sharing
public
getPlaceholderId() : mixed
Tags
getTitle()
Retrieves the post title
public
getTitle() : mixed
Tags
getUrl()
Retrieves the url of the post
public
getUrl() : mixed
Tags
hasError()
public
hasError() : mixed
hasErrors()
public
hasErrors() : mixed
html()
Outputs the html code for Google One button
public
html() : mixed
Tags
isEnabled()
Determines if reddit button should appear
public
isEnabled() : mixed
Tags
isMobile()
Determines if this is a mobile layout
public
isMobile() : mixed
Tags
isTablet()
Determines if this is a tablet layout
public
isTablet() : mixed
Tags
loadLanguage()
Helper method to load language
public
loadLanguage([mixed $admin = false ]) : mixed
Parameters
- $admin : mixed = false
Tags
ordering()
Retrieves the ordering of the social buttons
public
ordering() : mixed
Tags
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
setError()
public
setError(mixed $msg) : mixed
Parameters
- $msg : mixed