PHP 클래스 Elcodi\Plugin\FacebookBundle\Templating\SharePostRenderer

상속: use trait Elcodi\Component\Plugin\Templating\Traits\TemplatingTrait
파일 보기 프로젝트 열기: elcodi/bamboo

보호된 프로퍼티들

프로퍼티 타입 설명
$plugin Elcodi\Component\Plugin\Entity\Plugin Plugin
$translator Symfony\Component\Translation\TranslatorInterface A translator
$urlGenerator Symfony\Component\Routing\Generator\UrlGeneratorInterface An url generator

공개 메소드들

메소드 설명
__construct ( Symfony\Component\Routing\Generator\UrlGeneratorInterface $urlGenerator, Symfony\Component\Translation\TranslatorInterface $translator ) Builds a new share tweet renderer class.
renderShareOrder ( Elcodi\Component\Plugin\EventDispatcher\Interfaces\EventInterface $event ) Renders the share product button.
renderShareProduct ( Elcodi\Component\Plugin\EventDispatcher\Interfaces\EventInterface $event ) Renders the share product button.
setPlugin ( Elcodi\Component\Plugin\Entity\Plugin $plugin ) Set plugin

메소드 상세

__construct() 공개 메소드

Builds a new share tweet renderer class.
public __construct ( Symfony\Component\Routing\Generator\UrlGeneratorInterface $urlGenerator, Symfony\Component\Translation\TranslatorInterface $translator )
$urlGenerator Symfony\Component\Routing\Generator\UrlGeneratorInterface An url generator
$translator Symfony\Component\Translation\TranslatorInterface A translator

renderShareOrder() 공개 메소드

Renders the share product button.
public renderShareOrder ( Elcodi\Component\Plugin\EventDispatcher\Interfaces\EventInterface $event )
$event Elcodi\Component\Plugin\EventDispatcher\Interfaces\EventInterface The event

renderShareProduct() 공개 메소드

Renders the share product button.
public renderShareProduct ( Elcodi\Component\Plugin\EventDispatcher\Interfaces\EventInterface $event )
$event Elcodi\Component\Plugin\EventDispatcher\Interfaces\EventInterface The event

setPlugin() 공개 메소드

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

프로퍼티 상세

$plugin 보호되어 있는 프로퍼티

Plugin
protected Plugin,Elcodi\Component\Plugin\Entity $plugin
리턴 Elcodi\Component\Plugin\Entity\Plugin

$translator 보호되어 있는 프로퍼티

A translator
protected TranslatorInterface,Symfony\Component\Translation $translator
리턴 Symfony\Component\Translation\TranslatorInterface

$urlGenerator 보호되어 있는 프로퍼티

An url generator
protected UrlGeneratorInterface,Symfony\Component\Routing\Generator $urlGenerator
리턴 Symfony\Component\Routing\Generator\UrlGeneratorInterface