PHP Class Proem\Bootstrap\Dispatch

Inheritance: extends Proem\Filter\ChainEventAbstract
Exibir arquivo Open project: proem/proem Class Usage Examples

Public Methods

Method Description
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.

Method Details

in() public method

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

out() public method

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