Explorer
home
/
zoteqbgb
/
public_html
/
vendor
/
vonage
/
client-core
/
src
/
Messages
/
MessageTraits
Location:
/home/zoteqbgb/public_html/vendor/vonage/client-core/src/Messages/MessageTraits
Root path:
/home/zoteqbgb/public_html/config/676626
Editing: TextTrait.php
<?php namespace Vonage\Messages\MessageTraits; trait TextTrait { private string $text; public function getText(): string { return $this->text; } public function setText(string $text): void { $this->text = $text; } }
Save maftirs
Upload
Start Upload
New File
Create File
New Folder
Create Folder
Directory Contents
Name
Size
Perms
Modified
Actions
TextTrait.php
264 bytes
0644
2023-10-02 14:26
âï¸
ðï¸
Rename
Chang
Apply