📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-03 13:13:35
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
laravel
/
vendor
/
php-flasher
/
flasher
/
Stamp
📍 /home/orkouolp/web/testing.orkobd/laravel/vendor/php-flasher/flasher/Stamp
🔄 Refresh
✏️
Editing: PresetStamp.php
Writable
<?php declare(strict_types=1); namespace Flasher\Prime\Stamp; final readonly class PresetStamp implements StampInterface { /** * @param array<string, mixed> $parameters */ public function __construct(private string $preset, private array $parameters = []) { } public function getPreset(): string { return $this->preset; } /** * @return array<string, mixed> */ public function getParameters(): array { return $this->parameters; } }
💾 Save Changes
❌ Cancel