Airport Guide Documentation

DocumentDetail extends Model
in package
uses Sortable, HasFactory

Document Detail Model

This model manages document information and metadata for the CICMS system. It stores document details, links, types, descriptions, and posting configurations for different platforms and content management.

Table of Contents

Properties

$fillable  : mixed

Methods

__construct()  : void
Create a new DocumentDetail model instance.

Properties

$fillable

protected mixed $fillable = ['document_name', 'linkurl', 'doctype', 'description', 'author_id', 'topic', 'sort_by', ' post_on_main', ' post_on_DL', 'post_on_BLPP', 'flag', 'doc_data', 'document_status', 'created_by', 'updated_by', 'created_at', 'updated_at']

Methods

__construct()

Create a new DocumentDetail model instance.

public __construct() : void

Sets the table name from configuration constants.


        
On this page

Search results