64 parent::serialize($encoder);
65 $encoder->encodeString($this->signal);
66 $encoder->encodeBoolean($this->coreDumped);
67 $encoder->encodeString($this->error);
68 $encoder->encodeString($this->language);
72 protected static function unserializeSub(\
fpoirotte\Pssht\Wire\
Decoder $decoder)
75 $decoder->decodeString(),
76 $decoder->decodeBoolean(),
77 $decoder->decodeString(),
78 $decoder->decodeString(),
serialize(\fpoirotte\Pssht\Wire\Encoder $encoder)
$coreDumped
Whether a core file was dumped or not.
$channel
Local channel identifier.
$wantReply
Whether the sender of the message wants a reply or not.
$language
Language the error message in written into, in RFC 3066 format.
$signal
Name of the signal that caused the process to exit.
$error
Textual explanation of the error.
__construct($channel, $type, $wantReply, $signal, $coreDumped, $error, $language)