interface DispatcherAwareInterface (View source)

Interface DispatcherAwareInterface

Methods

Details

at line line 21
DispatcherInterface getDispatcher()

getDispatcher

Return Value

DispatcherInterface

at line line 30
DispatcherAwareInterface setDispatcher(DispatcherInterface $dispatcher)

setDispatcher

Parameters

DispatcherInterface $dispatcher

Return Value

DispatcherAwareInterface Return self to support chaining.