RoadStation
extends Model
Uses
Searchable
Table of Contents
-
$fillable
: mixed
-
$table
: mixed
-
bootSearchable()
: mixed
-
country()
: mixed
-
getSearchIndex()
: mixed
-
getSearchType()
: mixed
-
indexable()
: mixed
-
seedIndexes()
: mixed
-
toSearchArray()
: mixed
$fillable
protected
mixed
$fillable
= ["code", "country_id", "name"]
$table
protected
mixed
$table
= "leg2_road_stations"
bootSearchable()
public
static bootSearchable() : mixed
Return values
mixed
—
country()
public
country() : mixed
Return values
mixed
—
getSearchIndex()
public
getSearchIndex() : mixed
Return values
mixed
—
getSearchType()
public
getSearchType() : mixed
Return values
mixed
—
indexable()
public
indexable() : mixed
Return values
mixed
—
seedIndexes()
public
static seedIndexes() : mixed
Return values
mixed
—
toSearchArray()
public
toSearchArray() : mixed
Return values
mixed
—