whoami7 - Manager
:
/
home
/
kckglobal
/
www
/
portal
/
vendor
/
vonage
/
client-core
/
src
/
Client
/
Upload File:
files >> //home/kckglobal/www/portal/vendor/vonage/client-core/src/Client/ScopeAwareTrait.php
<?php declare(strict_types=1); namespace Vonage\Client; use RuntimeException; use Vonage\Client; trait ScopeAwareTrait { protected ?string $scope = null; public function setScope(string $scope): self { $this->scope = $scope; return $this; } public function getScope(): ?string { return $this->scope; } }
Copyright ©2021 || Defacer Indonesia