RentalCarsAirporflyer
extends Model
in package
uses
Sortable, HasFactory
Rental Cars Airport Flyer Model
This model manages rental car service information for airports. It stores comprehensive details about rental car companies, locations, contact information, and amenities available at different airports.
Tags
Table of Contents
Properties
- $fillable : array<string|int, string>
- The attributes that are mass assignable.
Methods
- __construct() : void
- Create a new RentalCarsAirporflyer 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', 'city2', 'state', 'zip_code', 'phone_1', 'phone_2', 'phone_3', 'phone_4', 'website', 'hours_of_operation', 'open_for_final_arrival', 'onside', 'airport_id', 'created_at', 'updated_at', 'latitute', 'longitute', 'geom', 'data_source', 'fsq_id', 'features', 'popularity', 'rating', 'facebook', 'twitter', 'email', 'fax', 'p_img_name', 'p_img_path', 'p_img_status', 'rental_flag']
Methods
__construct()
Create a new RentalCarsAirporflyer model instance.
public
__construct() : void
Sets the table name from configuration constants.