EasyBlogSocialButtonInternal
in package
Table of Contents
Properties
Methods
- __construct() : mixed
- getButton() : mixed
- Creates a new button instance
- getButtons() : mixed
- Retrieves a list of buttons enabled
- html() : mixed
- Renders the DOM for the internal buttons
Properties
$buttons
public
mixed
$buttons
= ['facebook', 'twitter', 'linkedin', 'xing', 'vk', 'pinterest', 'reddit', 'pocket']
$post
public
mixed
$post
= ''
Methods
__construct()
public
__construct(EasyBlogPost $post[, mixed $options = [] ]) : mixed
Parameters
- $post : EasyBlogPost
- $options : mixed = []
getButton()
Creates a new button instance
public
getButton(mixed $button) : mixed
Parameters
- $button : mixed
Tags
getButtons()
Retrieves a list of buttons enabled
public
getButtons() : mixed
Tags
html()
Renders the DOM for the internal buttons
public
html() : mixed