TerminalOptions
extends Model
in package
uses
HasFactory
Terminal Options Model
This model manages terminal option labels and configurations. It stores terminal labels for different terminal options and configurations available in the airport system.
Table of Contents
Properties
- $fillable : array<string|int, string>
- The attributes that are mass assignable.
Methods
- __construct() : void
- Create a new TerminalOptions model instance.
Properties
$fillable
The attributes that are mass assignable.
protected
array<string|int, string>
$fillable
= ['id', 'terminal_label']
Methods
__construct()
Create a new TerminalOptions model instance.
public
__construct() : void
Sets the table name from configuration constants.