Country
extends Model
in package
Uses
LinkableTrait
Table of Contents
- $appends : mixed
- $fillable : mixed
- $table : mixed
- getSlugAttribute() : mixed
- villes() : mixed
- boot() : mixed
Properties
$appends
protected
mixed
$appends
= ["slug"]
$fillable
protected
mixed
$fillable
= ["nom"]
$table
protected
mixed
$table
= "ry_geo_countries"
Methods
getSlugAttribute()
public
getSlugAttribute() : mixed
Return values
mixed —villes()
public
villes() : mixed
Return values
mixed —boot()
protected
static boot() : mixed