interface CommandHandlerInterface

Command handler interface.

Methods

mixed
handle(CommandInterface $command)

Handles a command.

Details

at line 21
mixed handle(CommandInterface $command)

Handles a command.

Parameters

CommandInterface $command Command

Return Value

mixed