PHP Class Stevebauman\Translation\Models\Locale

Inheritance: extends Illuminate\Database\Eloquent\Model, use trait Stevebauman\Translation\Traits\LocaleTrait
Mostra file Open project: stevebauman/translation Class Usage Examples

Protected Properties

Property Type Description
$fillable array The fillable locale attributes.
$table string The locales table.

Public Methods

Method Description
translations ( ) {@inheritdoc].

Method Details

translations() public method

{@inheritdoc].
public translations ( )

Property Details

$fillable protected_oe property

The fillable locale attributes.
protected array $fillable
return array

$table protected_oe property

The locales table.
protected string $table
return string