📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-03 09:46:53
📂
/ (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: HtmlStamp.php
Writable
<?php declare(strict_types=1); namespace Flasher\Prime\Stamp; final readonly class HtmlStamp implements StampInterface, PresentableStampInterface { public function __construct(private string $html) { } public function getHtml(): string { return $this->html; } public function toArray(): array { return ['html' => $this->html]; } }
💾 Save Changes
❌ Cancel