BookingPackage
extends Model
Uses
HasFactory, SoftDeletes
Table of Contents
-
$appends
: mixed
-
$fillable
: mixed
-
$hidden
: mixed
-
$table
: mixed
-
$with
: mixed
-
boardType()
: mixed
-
bookingItem()
: mixed
-
getEndAttribute()
: mixed
-
getStartAttribute()
: mixed
-
roomType()
: mixed
-
storeValidator()
: mixed
-
updateValidator()
: mixed
$appends
protected
mixed
$appends
= ['start', 'end']
$fillable
protected
mixed
$fillable
= ['code', 'airline_code', 'departure_from_code', 'departure_to_code', 'return_from_code', 'return_to_code', 'room_types_id', 'board_code', 'departure_date', 'return_date', 'transaction_key', 'tour_operator_code', 'departure_flight_number', 'return_flight_number', 'hotel_name', 'hotel_city', 'hotel_address', 'price', 'taxes', 'taxes_percent']
$hidden
protected
mixed
$hidden
= ['created_at', 'updated_at', 'deleted_at']
$table
protected
mixed
$table
= 'booking_packages'
$with
protected
mixed
$with
= ['roomType', 'boardType']
boardType()
public
boardType() : mixed
Return values
mixed
—
bookingItem()
public
bookingItem() : mixed
Return values
mixed
—
getEndAttribute()
public
getEndAttribute() : mixed
Return values
mixed
—
getStartAttribute()
public
getStartAttribute() : mixed
Return values
mixed
—
roomType()
public
roomType() : mixed
Return values
mixed
—
storeValidator()
public
storeValidator(mixed $agency_id, mixed $data) : mixed
Parameters
-
$agency_id
: mixed
-
-
$data
: mixed
-
Return values
mixed
—
updateValidator()
public
updateValidator(mixed $agency_id, mixed $data) : mixed
Parameters
-
$agency_id
: mixed
-
-
$data
: mixed
-
Return values
mixed
—