HandlerResolver (Contracts)

HandlerResolver

interface HandlerResolver (View source)

Methods

mixed resolveHandler( mixed $command)

Get the handler instance for the given command.

string getHandlerClass( mixed $command)

Get the handler class for the given command.

string getHandlerMethod( mixed $command)

Get the handler method for the g