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

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

보호된 프로퍼티들

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

공개 메소드들

메소드 설명
renderJavascript ( Elcodi\Component\Plugin\EventDispatcher\Interfaces\EventInterface $event ) Renders the javascript.
setPlugin ( Elcodi\Component\Plugin\Entity\Plugin $plugin ) Set the plugin

메소드 상세

renderJavascript() 공개 메소드

Renders the javascript.
public renderJavascript ( Elcodi\Component\Plugin\EventDispatcher\Interfaces\EventInterface $event )
$event Elcodi\Component\Plugin\EventDispatcher\Interfaces\EventInterface The event

setPlugin() 공개 메소드

Set the 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