PHP Class Elcodi\Plugin\FacebookBundle\Templating\FollowRenderer

Inheritance: use trait Elcodi\Component\Plugin\Templating\Traits\TemplatingTrait
Show file Open project: elcodi/bamboo

Protected Properties

Property Type Description
$plugin Elcodi\Component\Plugin\Entity\Plugin Plugin

Public Methods

Method Description
renderFollowButton ( Elcodi\Component\Plugin\EventDispatcher\Interfaces\EventInterface $event ) Renders the follow button.
setPlugin ( Elcodi\Component\Plugin\Entity\Plugin $plugin ) Set the plugin

Method Details

renderFollowButton() public method

Renders the follow button.
public renderFollowButton ( Elcodi\Component\Plugin\EventDispatcher\Interfaces\EventInterface $event )
$event Elcodi\Component\Plugin\EventDispatcher\Interfaces\EventInterface The event

setPlugin() public method

Set the plugin
public setPlugin ( Elcodi\Component\Plugin\Entity\Plugin $plugin )
$plugin Elcodi\Component\Plugin\Entity\Plugin Plugin

Property Details

$plugin protected property

Plugin
protected Plugin,Elcodi\Component\Plugin\Entity $plugin
return Elcodi\Component\Plugin\Entity\Plugin