HotelsAirportFlyer
extends Model
in package
uses
HasFactory
Hotels Airport Flyer Model
This model manages hotel information for airports, including details about hotels near airports with shuttle services, contact information, and amenities.
Tags
Table of Contents
Properties
- $fillable : array<string|int, string>
- The attributes that are mass assignable.
Methods
- __construct() : void
- Create a new HotelsAirportFlyer model instance.
Properties
$fillable
The attributes that are mass assignable.
protected
array<string|int, string>
$fillable
= ['id', 'code_airport', 'airport_name', 'hotel_name', 'description__short_', 'distance', 'address', 'city', 'state', 'zip_code', 'phone', 'tripadvisor_link', 'valid', 'airport_id', 'free_airport_shuttle', 'created_at', 'updated_at', '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', 'hotel_flag']
Methods
__construct()
Create a new HotelsAirportFlyer model instance.
public
__construct() : void
Sets the table name from configuration constants.