HandlerResolver

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 given command.

void maps(array $commands)

Register command to handler mappings.

void mapUsing(Closure $mapper)

Register a fallback mapper callback.

doc_Laravel
2016-11-02 16:20:20
Comments
Leave a Comment

Please login to continue.