REDROOM
PHP 8.0.30
Path:
Logout
Edit File
Size: 1.22 KB
Close
/home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/fluentform/app/Models/User.php
Text
Base64
<?php namespace FluentForm\App\Models; class User extends Model { /** * The table associated with the model. * * @var string */ protected $table = 'users'; /** * The accessors to append to the model's array form. * * @var array */ protected $appends = ['id', 'name', 'email', 'permalink']; /** * The attributes that should be hidden for arrays. * * @var array */ protected $hidden = ['ID', 'user_email', 'user_pass', 'display_name']; /** * Get the id of the user. * * @return bool */ public function getIdAttribute() { return (int) $this->attributes['ID']; } /** * Get the name of the user. * * @return string */ public function getNameAttribute() { return $this->attributes['display_name']; } /** * Get the email of the user. * * @return string */ public function getEmailAttribute() { return $this->attributes['user_email']; } /** * Get the permalink of the user. * * @return string */ public function getPermalinkAttribute() { return get_edit_user_link($this->attributes['ID']); } }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 1 × Files: 12
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
Traits
DIR
-
drwxr-xr-x
2026-03-30 10:23:19
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Entry.php
6.45 KB
lrw-r--r--
2026-03-30 10:23:19
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
EntryDetails.php
843 B
lrw-r--r--
2026-03-30 10:23:19
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
EntryMeta.php
690 B
lrw-r--r--
2026-03-30 10:23:19
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Form.php
9.15 KB
lrw-r--r--
2026-03-30 10:23:19
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
FormAnalytics.php
577 B
lrw-r--r--
2026-03-30 10:23:19
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
FormMeta.php
2.99 KB
lrw-r--r--
2026-03-30 10:23:19
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Log.php
566 B
lrw-r--r--
2026-03-30 10:23:19
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Model.php
564 B
lrw-r--r--
2026-03-30 10:23:19
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Scheduler.php
703 B
lrw-r--r--
2026-03-30 10:23:19
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Submission.php
12.47 KB
lrw-r--r--
2026-03-30 10:23:19
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
SubmissionMeta.php
2.75 KB
lrw-r--r--
2026-03-30 10:23:19
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
User.php
1.22 KB
lrw-r--r--
2026-03-30 10:23:20
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).