Documentation

HandleInflector
in package
implements MethodNameInflector

Handle command by calling the "handle" method.

Table of Contents

Interfaces

MethodNameInflector
Deduce the method name to call on the command handler based on the command and handler instances.

Methods

inflect()  : string
Return the method name to call on the command handler and return it.

Methods

inflect()

Return the method name to call on the command handler and return it.

public inflect(mixed $command, mixed $commandHandler) : string
Parameters
$command : mixed
$commandHandler : mixed
Return values
string

        
On this page

Search results