PHP 클래스 Elcodi\Plugin\PinterestBundle\Templating\TwigRenderer

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

보호된 프로퍼티들

프로퍼티 타입 설명
$plugin Elcodi\Component\Plugin\Entity\Plugin Plugin

공개 메소드들

메소드 설명
renderAsynchronousJavascript ( Elcodi\Component\Plugin\EventDispatcher\Interfaces\EventInterface $event ) Renders asynchronous javascript
renderJavascript ( Elcodi\Component\Plugin\EventDispatcher\Interfaces\EventInterface $event ) Renders import/export buttons
renderPin ( Elcodi\Component\Plugin\EventDispatcher\Interfaces\EventInterface $event ) Renders import/export buttons
setPlugin ( Elcodi\Component\Plugin\Entity\Plugin $plugin ) Set plugin

메소드 상세

renderAsynchronousJavascript() 공개 메소드

Renders asynchronous javascript
public renderAsynchronousJavascript ( Elcodi\Component\Plugin\EventDispatcher\Interfaces\EventInterface $event )
$event Elcodi\Component\Plugin\EventDispatcher\Interfaces\EventInterface Event

renderJavascript() 공개 메소드

Renders import/export buttons
public renderJavascript ( Elcodi\Component\Plugin\EventDispatcher\Interfaces\EventInterface $event )
$event Elcodi\Component\Plugin\EventDispatcher\Interfaces\EventInterface Event

renderPin() 공개 메소드

Renders import/export buttons
public renderPin ( Elcodi\Component\Plugin\EventDispatcher\Interfaces\EventInterface $event )
$event Elcodi\Component\Plugin\EventDispatcher\Interfaces\EventInterface 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