Airport Guide Documentation

TerminalImages extends Model
in package
uses HasFactory

Terminal Images Model

This model manages image assets for airport terminals and levels. It stores image files, paths, and metadata for terminal mapping, including both 2D and 3D images for different terminal levels.

Tags
used-by
SitemapController::index()

Model to retrieve terminal level images

used-by
TerminalController::showAllMaps()

Model to retrieve terminal level images and maps

used-by
TerminalController::guideInfo()

Model to retrieve terminal images

used-by
TerminalController::getTerminalLevelMaps()

Model to retrieve terminal level map data

Table of Contents

Properties

$fillable  : array<string|int, string>
The attributes that are mass assignable.

Methods

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

Properties

$fillable

The attributes that are mass assignable.

protected array<string|int, string> $fillable = ['id', 'code_airport', 'level_name', 'terminal_id', 'created_at', 'updated_at', 'created_by', 'updated_by', 'img_name', 'img_path', 'level_text', 'level_alias', 'level_rate_exist', 'img_name_3d', 'img_path_3d', 'sort_by', 'cdn_img_status', 'cdn_3d_img_status']

Methods

__construct()

Create a new TerminalImages model instance.

public __construct() : void

Sets the table name from configuration constants.


        
On this page

Search results