PHP 클래스 Bolt\EventListener\SnippetListener

상속: implements Symfony\Component\EventDispatcher\EventSubscriberInterface
파일 보기 프로젝트 열기: bolt/bolt

보호된 프로퍼티들

프로퍼티 타입 설명
$canonical Bolt\Canonical
$config Bolt\Config
$packages Symfony\Component\Asset\Packages
$queue Bolt\Asset\Snippet\Queue
$render Bolt\Render

공개 메소드들

메소드 설명
__construct ( Queue $queue, Canonical $canonical, Symfony\Component\Asset\Packages $packages, Config $config, Render $render ) Constructor.
getSubscribedEvents ( )
onResponse ( FilterResponseEvent $event ) Callback for response event.

보호된 메소드들

메소드 설명
addSnippets ( ) Add base snippets to the response.
encode ( string $str ) : string Encode the snippet string and make it HTML safe.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( Queue $queue, Canonical $canonical, Symfony\Component\Asset\Packages $packages, Config $config, Render $render )
$queue Bolt\Asset\Snippet\Queue
$canonical Bolt\Canonical
$packages Symfony\Component\Asset\Packages
$config Bolt\Config
$render Bolt\Render

addSnippets() 보호된 메소드

Add base snippets to the response.
protected addSnippets ( )

encode() 보호된 메소드

Encode the snippet string and make it HTML safe.
protected encode ( string $str ) : string
$str string
리턴 string

getSubscribedEvents() 공개 정적인 메소드

public static getSubscribedEvents ( )

onResponse() 공개 메소드

Callback for response event.
public onResponse ( FilterResponseEvent $event )
$event Symfony\Component\HttpKernel\Event\FilterResponseEvent

프로퍼티 상세

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

protected Canonical,Bolt $canonical
리턴 Bolt\Canonical

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

protected Config,Bolt $config
리턴 Bolt\Config

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

protected Packages,Symfony\Component\Asset $packages
리턴 Symfony\Component\Asset\Packages

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

protected Queue,Bolt\Asset\Snippet $queue
리턴 Bolt\Asset\Snippet\Queue

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

protected Render,Bolt $render
리턴 Bolt\Render