REDROOM
PHP 8.0.30
Path:
Logout
Edit File
Size: 954 B
Close
/home/certprox/template.certproxywizard.com/wp-content/plugins/hostinger-reach/src/Models/ContactList.php
Text
Base64
<?php namespace Hostinger\Reach\Models; if ( ! defined( 'ABSPATH' ) ) { die; } class ContactList implements Model { private int $id = 0; private string $name; public function __construct( array $db_array = array() ) { if ( isset( $db_array['id'] ) ) { $this->set_id( $db_array['id'] ); } if ( isset( $db_array['name'] ) ) { $this->set_name( $db_array['name'] ); } } public function get_id(): int { return $this->id; } public function set_id( int $id ): void { $this->id = $id; } public function get_name(): string { return $this->name; } public function set_name( string $name ): void { $this->name = sanitize_text_field( trim( $name ) ); } public function to_array(): array { return array( 'id' => $this->get_id(), 'name' => $this->get_name(), ); } }
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
4.74 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
ContactList.php
954 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
Form.php
3.10 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
Model.php
144 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
PluginData.php
2.21 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).