REDROOM
PHP 8.0.30
Path:
Logout
Edit File
Size: 673 B
Close
/home/certprox/template.certproxywizard.com/wp-content/plugins/hostinger-reach/src/Dto/ReachContact.php
Text
Base64
<?php namespace Hostinger\Reach\Dto; class ReachContact { private string $email; private string $name; private string $surname; private array $metadata; public function __construct( string $email, string $name, string $surname, array $metadata = array() ) { $this->email = $email; $this->name = $name; $this->surname = $surname; $this->metadata = $metadata; } public function to_array(): array { return array( 'email' => $this->email, 'name' => $this->name, 'surname' => $this->surname, 'metadata' => $this->metadata, ); } }
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
Cart.php
1.73 KB
lrw-r--r--
2026-06-10 16:30:29
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
CartItem.php
2.56 KB
lrw-r--r--
2026-06-10 16:30:29
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
PluginData.php
5.81 KB
lrw-r--r--
2026-06-10 16:30:29
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
ReachContact.php
673 B
lrw-r--r--
2026-06-10 16:30:29
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Totals.php
1.77 KB
lrw-r--r--
2026-06-10 16:30:29
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).