File manager - Edit - /home/proidvn/me.proid.vn/wp-content/plugins/duplicator-pro/src/Models/Storages/StorageAuthInterface.php
Back
<?php /** * @package Duplicator * @copyright (c) 2022, Snap Creek LLC */ namespace Duplicator\Models\Storages; interface StorageAuthInterface { /** * Is authorized * * @return bool */ public function isAuthorized(); /** * Authorized from HTTP request * * @param string $message Message * * @return bool True if authorized, false if failed */ public function authorizeFromRequest(&$message = ''); /** * Revokes authorization * * @param string $message Message * * @return bool True if revoked, false if failed */ public function revokeAuthorization(&$message = ''); }
| ver. 1.4 |
Github
|
.
| PHP 8.0.30 | Generation time: 0.13 |
proxy
|
phpinfo
|
Settings