EasyBlogInternalButtonReddit
extends EasyBlogInternalButtons
in package
Table of Contents
Properties
- $url : mixed
- $name : mixed
- $permalink : mixed
- $post : mixed
- $title : mixed
Methods
- __construct() : mixed
- getIcon() : mixed
- Renders the icon class for the button
- getName() : mixed
- Provides the button name identifier
- getPermalink() : mixed
- Generates the external link
- getPostTitle() : mixed
- Retrieves the post title
- getTitle() : mixed
- Provides the button title
Properties
$url
public
mixed
$url
= 'https://reddit.com/submit'
$name
protected
mixed
$name
= \null
$permalink
protected
mixed
$permalink
= \null
$post
protected
mixed
$post
= \null
$title
protected
mixed
$title
= \null
Methods
__construct()
public
__construct(mixed $name, EasyBlogPost $post) : mixed
Parameters
- $name : mixed
- $post : EasyBlogPost
getIcon()
Renders the icon class for the button
public
getIcon() : mixed
Tags
getName()
Provides the button name identifier
public
getName() : mixed
Tags
getPermalink()
Generates the external link
public
getPermalink() : mixed
Tags
getPostTitle()
Retrieves the post title
public
getPostTitle() : mixed
Tags
getTitle()
Provides the button title
public
getTitle() : mixed