Explorer
home
/
zoteqbgb
/
public_html
/
vendor
/
vonage
/
client-core
/
src
/
Messages
/
Channel
/
MMS
Location:
/home/zoteqbgb/public_html/vendor/vonage/client-core/src/Messages/Channel/MMS
Root path:
/home/zoteqbgb/public_html/config/676626
Editing: MMSvCard.php
<?php namespace Vonage\Messages\Channel\MMS; use Vonage\Messages\MessageObjects\VCardObject; use Vonage\Messages\Channel\BaseMessage; class MMSvCard extends BaseMessage { protected string $channel = 'mms'; protected string $subType = BaseMessage::MESSAGES_SUBTYPE_VCARD; public function __construct( string $to, string $from, protected VCardObject $vCard ) { $this->to = $to; $this->from = $from; } public function toArray(): array { $returnArray = $this->getBaseMessageUniversalOutputArray(); $returnArray['vcard'] = $this->vCard->toArray(); return $returnArray; } }
Save maftirs
Upload
Start Upload
New File
Create File
New Folder
Create Folder
Directory Contents
Name
Size
Perms
Modified
Actions
MMSAudio.php
682 bytes
0644
2023-10-02 14:26
âï¸
ðï¸
Rename
MMSImage.php
669 bytes
0644
2023-10-02 14:26
âï¸
ðï¸
Rename
MMSVideo.php
730 bytes
0644
2023-10-02 14:26
âï¸
ðï¸
Rename
MMSvCard.php
670 bytes
0644
2023-10-02 14:26
âï¸
ðï¸
Rename
Chang
Apply