Airport Guide Documentation

Transportation extends Model
in package
uses HasFactory

Transportation Model

This model manages general transportation services and information for airports. It stores transportation data, status tracking, and various link integrations for different transportation services and platforms.

Table of Contents

Properties

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

Methods

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

Properties

$fillable

The attributes that are mass assignable.

protected array<string|int, string> $fillable = ['id', 'airport_code', 'state_code', 'county_name', 'place', 'url', 'rates_exists', 'status', 'submitted_sc', 'indexed_sc', 'links_fr', 'links_tl', 'links_bash', 'links_civic', 'updated_by', 'created_by', 'created_at', 'updated_at', 'icao_id']

Methods

__construct()

Create a new Transportation model instance.

public __construct() : void

Sets the table name from configuration constants.


        
On this page

Search results