Documentation

TravelsSuperRegion extends Model

Table of Contents

$timestamps  : mixed
$fillable  : array<string|int, mixed>
The attributes that are mass assignable.
$guarded  : array<string|int, mixed>
The attributes that are not mass assignable.
$hidden  : array<string|int, mixed>
The attributes that should be hidden for arrays.
$table  : string
The table associated with the model.
$with  : array<string|int, mixed>
The extra attributes that should be showed for arrays.
airports()  : mixed
Get the airports of the item.
regions()  : mixed
Get the regions of the item.

Properties

$fillable

The attributes that are mass assignable.

protected array<string|int, mixed> $fillable = ['name']

$guarded

The attributes that are not mass assignable.

protected array<string|int, mixed> $guarded = ["id"]

$hidden

The attributes that should be hidden for arrays.

protected array<string|int, mixed> $hidden = []

$table

The table associated with the model.

protected string $table = "travels_super_regions"

$with

The extra attributes that should be showed for arrays.

protected array<string|int, mixed> $with = []

Methods

airports()

Get the airports of the item.

public airports() : mixed
Return values
mixed

regions()

Get the regions of the item.

public regions() : mixed
Return values
mixed

Search results