PHP Class Elcodi\Plugin\TwitterBundle\Templating\FollowRenderer

Inheritance: use trait Elcodi\Component\Plugin\Templating\Traits\TemplatingTrait
Datei anzeigen 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_oe property

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