final class Registration (View source)

Methods

static void
queries(array $queries)

Get the registra queries

static void
commands(array $commands)

Get the registra command

static CommandHandlerInterface
getHandler(CommandInterface $cq)

Get the registra command or query

Details

static void queries(array $queries)

Get the registra queries

Parameters

array $queries

Return Value

void

static void commands(array $commands)

Get the registra command

Parameters

array $commands

Return Value

void

static CommandHandlerInterface getHandler(CommandInterface $cq)

Get the registra command or query

Parameters

CommandInterface $cq

Return Value

CommandHandlerInterface