REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 269 B
Close
/home/nshryvcy/taramarriagebureau.com/wp-content/plugins/metform/traits/singleton.php
Text
Base64
<?php namespace MetForm\Traits; trait Singleton { private static $instance; public static function instance() { if (!self::$instance) { self::$instance = new self(); } return self::$instance; } }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 5
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
button-controls.php
14.10 KB
lrw-r--r--
2025-05-02 01:52:50
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
common-controls.php
36.26 KB
lrw-r--r--
2025-05-02 01:52:50
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
conditional-controls.php
4.31 KB
lrw-r--r--
2025-05-02 01:52:50
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
quiz-control.php
17.45 KB
lrw-r--r--
2025-05-02 01:52:50
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
singleton.php
269 B
lrw-r--r--
2025-05-02 01:52:50
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).