Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
MGDigital
BusQue
CommandSerializerInterface
PHP 인터페이스 MGDigital\BusQue\CommandSerializerInterface
파일 보기
프로젝트 열기: mgdigital/busque
공개 메소드들
메소드
설명
serialize
(
$command
) :
string
unserialize
(
string
$serialized
) :
mixed
메소드 상세
serialize()
공개
메소드
public
serialize
(
$command
) :
string
리턴
string
unserialize()
공개
메소드
public
unserialize
(
string
$serialized
) :
mixed
$serialized
string
리턴
mixed
A command object which can be handled by the commandbus.