芝麻web文件管理V1.00
编辑当前文件:/home/royashxg/bit-alphas-ltd.com/user/project/vendor/vonage/client-core/src/SMS/Message/Vcard.php
card = $card; } /** * @return mixed */ public function toArray(): array { $data = ['vcard' => $this->getCard()]; $data = $this->appendUniversalOptions($data); return $data; } public function getCard(): string { return $this->card; } }