Метод |
Описание |
|
getAll ( ) : mixed[] |
Get all fields of protocol in form of an array. |
|
getDestination ( ) : string |
Return protocol destination. |
|
getException ( ) : string |
Return protocol exception. |
|
getMessage ( ) : string |
Return protocol message. |
|
getOrigin ( ) : string |
Return protocol origin. |
|
getPid ( ) : string |
Return protocol ID. |
|
getTimestamp ( ) : integer |
Return protocol timestamp. |
|
getType ( ) : string |
Return protocol type. |
|
setAll ( mixed[] $args = [], boolean $reassign = false ) : Kraken\Channel\Protocol\ProtocolInterface |
Set all fields of protocol simultaneously. |
|
setDestination ( string $destination, boolean $reassign = false ) : Kraken\Channel\Protocol\ProtocolInterface |
Set destination of protocol. |
|
setException ( string $exception, boolean $reassign = false ) : Kraken\Channel\Protocol\ProtocolInterface |
Set exception of protocol. |
|
setMessage ( string $message, boolean $reassign = false ) : Kraken\Channel\Protocol\ProtocolInterface |
Set message of protocol. |
|
setOrigin ( string $origin, boolean $reassign = false ) : Kraken\Channel\Protocol\ProtocolInterface |
Set origin of protocol. |
|
setPid ( string $pid, boolean $reassign = false ) : Kraken\Channel\Protocol\ProtocolInterface |
Set ID of protocol. |
|
setTimestamp ( integer $timestamp, boolean $reassign = false ) : Kraken\Channel\Protocol\ProtocolInterface |
Set timestamp of protocol. |
|
setType ( string $type, boolean $reassign = false ) : Kraken\Channel\Protocol\ProtocolInterface |
Set type of protocol. |
|