Airport Guide Documentation

ParkingAirportflyer extends Model
in package
uses Sortable, HasFactory

Parking Airport Flyer Model

This model manages parking facility information for airports. It stores comprehensive details about parking companies, pricing, location data, and amenities available at different airports.

Tags
used-by
SitemapController::index()

Model to retrieve parking services

Table of Contents

Properties

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

Methods

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

Properties

$fillable

The attributes that are mass assignable.

protected array<string|int, string> $fillable = ['id', 'airport_name', 'code_airport', 'city', 'company_name', 'description', 'address', 'phone', 'website', 'long_term_price', 'short_term_price', 'onside', 'airport_id', 'created_at', 'updated_at', 'short', 'long', 'free', 'h_from', 'day_from', 'latitute', 'longitute', 'geom', 'data_source', 'fsq_id', 'features', 'hours_display', 'popularity', 'rating', 'facebook', 'twitter', 'email', 'fax', 'p_img_name', 'p_img_path', 'p_img_status', 'parking_flag']

Methods

__construct()

Create a new ParkingAirportflyer model instance.

public __construct() : void

Sets the table name from configuration constants.


        
On this page

Search results