REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 269 B
Close
/home/nshryvcy/radiantskinclinics.org/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.21 KB
lrw-r--r--
2026-06-09 12:11:42
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
common-controls.php
36.26 KB
lrw-r--r--
2023-10-23 10:18:28
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
conditional-controls.php
4.39 KB
lrw-r--r--
2026-06-09 12:11:42
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
quiz-control.php
17.45 KB
lrw-r--r--
2022-10-26 15:25:22
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
singleton.php
269 B
lrw-r--r--
2020-04-02 13:37:16
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).