PHP 클래스 Dumplie\SharedKernel\Infrastructure\Tactician\MapLocator

상속: implements League\Tactician\Handler\Locator\HandlerLocator
파일 보기 프로젝트 열기: dumplie/dumplie

공개 메소드들

메소드 설명
__construct ( Dumplie\SharedKernel\Application\CommandBus\CommandHandlerMap $map )
getHandlerForCommand ( string $commandName ) : mixed

메소드 상세

__construct() 공개 메소드

public __construct ( Dumplie\SharedKernel\Application\CommandBus\CommandHandlerMap $map )
$map Dumplie\SharedKernel\Application\CommandBus\CommandHandlerMap

getHandlerForCommand() 공개 메소드

public getHandlerForCommand ( string $commandName ) : mixed
$commandName string
리턴 mixed