PHP Класс Proem\Bootstrap\Dispatch

Наследование: extends Proem\Filter\ChainEventAbstract
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
in ( Proem\Service\AssetManagerInterface $assetManager ) Called on the way *in* to the filter chain.
out ( Proem\Service\AssetManagerInterface $assets ) Called on the way *out* of the filter chain.

Описание методов

in() публичный Метод

Called on the way *in* to the filter chain.
public in ( Proem\Service\AssetManagerInterface $assetManager )
$assetManager Proem\Service\AssetManagerInterface

out() публичный Метод

Called on the way *out* of the filter chain.
public out ( Proem\Service\AssetManagerInterface $assets )
$assets Proem\Service\AssetManagerInterface