1 | <?php |
||
5 | abstract class MessageableJobWithId extends MessageableJob |
||
6 | { |
||
7 | /** |
||
8 | * @return string A json_encoded version of a queueable version of the object |
||
9 | */ |
||
10 | 27 | public function toMessage() |
|
17 | |||
18 | /** |
||
19 | * @param string $message a json_encoded version of the object |
||
20 | */ |
||
21 | 19 | public function fromMessage($message) |
|
31 | } |
||
32 |