PHP 8.0.30
Preview: EntryDetails.php Size: 843 B
/home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/fluentform/app/Models/EntryDetails.php

<?php

namespace FluentForm\App\Models;

class EntryDetails extends Model
{
    /**
     * The table associated with the model.
     *
     * @var string
     */
    protected $table = 'fluentform_entry_details';

    /**
     * Indicates if the model should be timestamped.
     *
     * @var bool
     */
    public $timestamps = false;

    /**
     * A formMeta is owned by a form.
     *
     * @return \FluentForm\Framework\Database\Orm\Relations\BelongsTo
     */
    public function form()
    {
        return $this->belongsTo(Form::class, 'form_id', 'id');
    }

    /**
     * A submission detail is owned by a submission.
     *
     * @return \FluentForm\Framework\Database\Orm\Relations\BelongsTo
     */
    public function submission()
    {
        return $this->belongsTo(Submission::class, 'submission_id', 'id' );
    }
}

Directory Contents

Dirs: 1 × Files: 12

Name Size Perms Modified Actions
Traits DIR
- drwxr-xr-x 2026-03-30 10:23:19
Edit Download
6.45 KB lrw-r--r-- 2026-03-30 10:23:19
Edit Download
843 B lrw-r--r-- 2026-03-30 10:23:19
Edit Download
690 B lrw-r--r-- 2026-03-30 10:23:19
Edit Download
9.15 KB lrw-r--r-- 2026-03-30 10:23:19
Edit Download
577 B lrw-r--r-- 2026-03-30 10:23:19
Edit Download
2.99 KB lrw-r--r-- 2026-03-30 10:23:19
Edit Download
566 B lrw-r--r-- 2026-03-30 10:23:19
Edit Download
564 B lrw-r--r-- 2026-03-30 10:23:19
Edit Download
703 B lrw-r--r-- 2026-03-30 10:23:19
Edit Download
12.47 KB lrw-r--r-- 2026-03-30 10:23:19
Edit Download
2.75 KB lrw-r--r-- 2026-03-30 10:23:19
Edit Download
1.22 KB lrw-r--r-- 2026-03-30 10:23:20
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).