Файловый менеджер - Редактировать - /home/clickysoft/public_html/assets.clickysoft.net/vendor/league/oauth2-server/src/Entities/Traits/ScopeTrait.php
Назад
<?php /** * @author Andrew Millington <andrew@noexceptions.io> * @copyright Copyright (c) Andrew Millington * @license http://mit-license.org * * @link https://github.com/thephpleague/oauth2-server */ namespace League\OAuth2\Server\Entities\Traits; trait ScopeTrait { /** * Serialize the object to the scopes string identifier when using json_encode(). * * @return string */ #[\ReturnTypeWillChange] public function jsonSerialize() { return $this->getIdentifier(); } /** * @return string */ abstract public function getIdentifier(); }
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка