芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/qrafiqxcreativeagency.com/accounts/office/vendor/sentry/sentry/src/Response.php
status = $status; $this->event = $event; } /** * Gets the status of the sending operation of the event. */ public function getStatus(): ResponseStatus { return $this->status; } /** * Gets the instance of the event being sent, or null if it was not available yet. */ public function getEvent(): ?Event { return $this->event; } }