File ManagerCurrent Directory: wp-content/plugins/backwpup/vendor/inpsyde/backwpup-restore-shared/src/Api/Module/SessionLinux appserver-0d5e4f1e-php-cc8da225320a42ba9b7d66cba40b1f03 6.6.123+ #1 SMP PREEMPT_DYNAMIC Wed Mar 11 09:04:28 UTC 2026 x86_64Edit File: NotificationInterface.php <?php declare(strict_types=1); namespace Inpsyde\Restore\Api\Module\Session; /** * @psalm-type Notification=array{level: string, msg: string} */ interface NotificationInterface { /** * Wrapper method to add an info. * * @param string $message Information for user */ public function info(string $message): void; /** * Wrapper method to add a warning message. * * @param string $message Warning for user */ public function warning(string $message): void; /** * Wrapper method to add a success message. * * @param string $message Success message for user */ public function success(string $message): void; /** * Wrapper method to add an error message. * * @param string $message Error message for user */ public function error(string $message): void; /** * Getter method to retrieve notifications. * * @return array<Notification> */ public function notifications(): array; /** * Clean all notifications. */ public function clean(): void; } Upload File Directory Listing NameTypeSizeActions.. (Parent Directory)DirNotificableStorableSessionInterface.phpFile217.00 B Rename | Delete | EditNotificationInterface.phpFile1.08 KB Rename | Delete | EditSession.phpFile3.17 KB Rename | Delete | Edit