QueueingDispatcher
interface QueueingDispatcher implements Dispatcher (View source)
Methods
mixed dispatchFromArray(mixed $command, array $array) Marshal a command and dispatch it to its appropriate handler. from Dispatcher mixed dispatchFrom(mixed $command, ArrayAccess $source, array $extras = array()) Marshal a command and dispatch it to its appropriate handler. from Dispatcher mixed dispatch(mixed $command, Closure $afterResolving = null) Dispatch a command to its appropriate h