芝麻web文件管理V1.00
编辑当前文件:/home/royashxg/bit-alphas-ltd.com/user/project/vendor/vonage/client-core/src/Voice/Webhook.php
url = $url; $this->method = $method; } public function getMethod(): string { return $this->method; } public function getUrl(): string { return $this->url; } }