| 1 | <?php |
||
| 5 | class ActorImportedFromUDB2 extends ActorEvent |
||
| 6 | { |
||
| 7 | /** |
||
| 8 | * @var string |
||
| 9 | */ |
||
| 10 | protected $cdbXml; |
||
| 11 | |||
| 12 | /** |
||
| 13 | * @var string |
||
| 14 | */ |
||
| 15 | protected $cdbXmlNamespaceUri; |
||
| 16 | |||
| 17 | final public function __construct(string $actorId, string $cdbXml, string $cdbXmlNamespaceUri) |
||
| 23 | |||
| 24 | public function getCdbXml(): string |
||
| 28 | |||
| 29 | /** |
||
| 30 | * @return string |
||
| 31 | */ |
||
| 32 | public function getCdbXmlNamespaceUri(): string |
||
| 36 | |||
| 37 | public function serialize(): array |
||
| 44 | |||
| 45 | public static function deserialize(array $data): ActorImportedFromUDB2 |
||
| 56 | } |
||
| 57 |