Documentation

HandleInflector
in package
implements MethodNameInflector

Handle command by calling the "handle" method.

Interfaces, Classes and Traits

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

Table of Contents

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

Search results