Airport Guide Documentation

Fss extends Model
in package
uses HasFactory

Flight Service Station (FSS) Model

This model represents Flight Service Stations in the airport system. FSS provides flight planning, weather briefings, and other aviation services.

Table of Contents

Properties

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

Methods

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

Properties

$fillable

The attributes that are mass assignable.

protected array<string|int, string> $fillable = ['id', 'fss_id', 'fss_name']

Methods

__construct()

Create a new FSS model instance.

public __construct() : void

Sets the table name from configuration constants.


        
On this page

Search results