芝麻web文件管理V1.00
编辑当前文件:/home/royashxg/bit-alphas-ltd.com/user/project/vendor/vonage/client-core/src/Call/Event.php
data = $data; } public function getId() { return $this->data['uuid']; } public function getMessage() { return $this->data['message']; } public function offsetExists($offset): bool { return isset($this->data[$offset]); } public function offsetGet($offset) { return $this->data[$offset]; } public function offsetSet($offset, $value): void { throw new RuntimeException('can not set properties directly'); } public function offsetUnset($offset): void { throw new RuntimeException('can not set properties directly'); } }