PATH:
home
/
thebhoeo
/
.trash
/
backwpup
/
vendor
/
inpsyde
/
backwpup-restore-shared
/
src
/
Api
/
Module
/
Session
<?php declare(strict_types=1); namespace Inpsyde\Restore\Api\Module\Session; use Inpsyde\Restore\StorageInterface; interface NotificableStorableSessionInterface extends NotificationInterface, StorageInterface { }
[-] Session.php
[edit]
[-] NotificationInterface.php
[edit]
[+]
..
[-] NotificableStorableSessionInterface.php
[edit]