PHP Класс Bolt\EventListener\SnippetListener

Наследование: implements Symfony\Component\EventDispatcher\EventSubscriberInterface
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$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