PHP 클래스 Dumplie\SharedKernel\Infrastructure\InMemory\InMemoryHandlerMap

상속: implements Dumplie\SharedKernel\Application\CommandBus\CommandHandlerMap
파일 보기 프로젝트 열기: dumplie/dumplie

공개 메소드들

메소드 설명
__construct ( )
getHandlerFor ( string $commandClass ) : mixed
register ( string $commandClass, $handler )

메소드 상세

__construct() 공개 메소드

public __construct ( )

getHandlerFor() 공개 메소드

public getHandlerFor ( string $commandClass ) : mixed
$commandClass string
리턴 mixed

register() 공개 메소드

public register ( string $commandClass, $handler )
$commandClass string
$handler