PHP 클래스 Proem\Bootstrap\Dispatch

상속: extends Proem\Filter\ChainEventAbstract
파일 보기 프로젝트 열기: proem/proem 1 사용 예제들

공개 메소드들

메소드 설명
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