Файловый менеджер - Редактировать - /var/www/html/libraries/vendor/web-auth/webauthn-lib/src/Credential.php
Ðазад
<?php declare(strict_types=1); namespace Webauthn; /** * @see https://w3c.github.io/webappsec-credential-management/#credential */ abstract class Credential { public function __construct( protected string $id, protected string $type ) { } public function getId(): string { return $this->id; } public function getType(): string { return $this->type; } }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка