PHP 클래스 MGDigital\BusQue\Handler\AbstractHandler

파일 보기 프로젝트 열기: mgdigital/busque

보호된 프로퍼티들

프로퍼티 타입 설명
$implementation

공개 메소드들

메소드 설명
__construct ( Implementation $implementation )

보호된 메소드들

메소드 설명
process ( MGDigital\BusQue\BusQueCommandInterface $command ) : array

메소드 상세

__construct() 공개 메소드

public __construct ( Implementation $implementation )
$implementation MGDigital\BusQue\Implementation

process() 보호된 메소드

protected process ( MGDigital\BusQue\BusQueCommandInterface $command ) : array
$command MGDigital\BusQue\BusQueCommandInterface
리턴 array

프로퍼티 상세

$implementation 보호되어 있는 프로퍼티

protected $implementation