📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-03 10:06:12
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
laravel
/
vendor
/
php-flasher
/
flasher
/
Factory
📍 /home/orkouolp/web/testing.orkobd/laravel/vendor/php-flasher/flasher/Factory
🔄 Refresh
✏️
Editing: NotificationFactoryLocatorInterface.php
Writable
<?php declare(strict_types=1); namespace Flasher\Prime\Factory; interface NotificationFactoryLocatorInterface { public function has(string $id): bool; /** * @phpstan-return ($id is 'flasher' ? \Flasher\Prime\Factory\FlasherFactoryInterface : * ($id is 'noty' ? \Flasher\Noty\Prime\NotyInterface : * ($id is 'notyf' ? \Flasher\Notyf\Prime\NotyfInterface : * ($id is 'sweetalert' ? \Flasher\SweetAlert\Prime\SweetAlertInterface : * ($id is 'toastr' ? \Flasher\Toastr\Prime\ToastrInterface : * \Flasher\Prime\Factory\NotificationFactoryInterface))))) */ public function get(string $id): NotificationFactoryInterface; }
💾 Save Changes
❌ Cancel