CodeExplorer restoreCustomerData example
return;
} if ($storable->
hasData(OrderAware::ORDER
)) { $this->
restoreOrderData($storable);
return;
} if ($storable->
hasData(CustomerAware::CUSTOMER
)) { $this->
restoreCustomerData($storable);
} } private function restoreMailStore(StorableFlow
$storable): void
{ $mailStructData =
$storable->
getStore(MailAware::MAIL_STRUCT
);
$mailStruct =
new MailRecipientStruct($mailStructData['recipients'
] ??
[]);
$mailStruct->
setBcc($mailStructData['bcc'
] ?? null
);
$mailStruct->
setCc($mailStructData['cc'
] ?? null
);