LanguageTranslation
extends Model
Table of Contents
-
$exportOnSave
: mixed
-
$timestamps
: mixed
-
$appends
: mixed
-
$fillable
: mixed
-
$table
: mixed
-
export()
: mixed
-
getNameAttribute()
: mixed
-
scopeCurrent()
: mixed
-
slug()
: mixed
-
boot()
: mixed
$exportOnSave
public
static mixed
$exportOnSave
= true
$timestamps
public
mixed
$timestamps
= false
$appends
protected
mixed
$appends
= ["name"]
$fillable
protected
mixed
$fillable
= ['translation_string', 'lang']
$table
protected
mixed
$table
= "ry_admin_language_translations"
export()
public
static export() : mixed
Return values
mixed
—
getNameAttribute()
public
getNameAttribute() : mixed
Return values
mixed
—
scopeCurrent()
public
scopeCurrent(mixed $query) : mixed
Parameters
-
$query
: mixed
-
Return values
mixed
—
slug()
public
slug() : mixed
Return values
mixed
—
boot()
protected
static boot() : mixed
Return values
mixed
—