POPEndPoint
extends Model
in package
uses
HasFactory
Table of Contents
Properties
- $appends : mixed
- $casts : mixed
- $fillable : mixed
- $table : mixed
- The attributes that are mass assignable.
Methods
- getFotoUrlAttribute() : mixed
- getTipeLabelAttribute() : mixed
- user() : mixed
- newFactory() : POPEndPointFactory
Properties
$appends
protected
mixed
$appends
= ['tipe_label', 'foto_url']
$casts
protected
mixed
$casts
= ['tipe' => \Modules\JaringanAkses\Enums\TipePOP::class]
$fillable
protected
mixed
$fillable
= ['nama_tower', 'tipe', 'tinggi', 'alamat', 'latitude', 'longitude', 'provinsi', 'kabupaten', 'kecamatan', 'kelurahan', 'foto', 'user_id']
$table
The attributes that are mass assignable.
protected
mixed
$table
= 'pop_end_point'
Methods
getFotoUrlAttribute()
public
getFotoUrlAttribute() : mixed
getTipeLabelAttribute()
public
getTipeLabelAttribute() : mixed
user()
public
user() : mixed
newFactory()
protected
static newFactory() : POPEndPointFactory