芝麻web文件管理V1.00
编辑当前文件:/home/royashxg/bit-alphas-ltd.com/user/project/vendor/vonage/client-core/src/Message/Wap.php
title = $title; $this->url = $url; $this->validity = $validity; } /** * Get an array of params to use in an API request. * * @throws ClientException */ public function getRequestData(bool $sent = true): array { return array_merge(parent::getRequestData($sent), [ 'title' => $this->title, 'url' => $this->url, 'validity' => $this->validity, ]); } }