PHP Class Stevebauman\Translation\Models\Locale

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

Protected Properties

Свойство Type Description
$fillable array The fillable locale attributes.
$table string The locales table.

Méthodes publiques

Méthode Description
translations ( ) {@inheritdoc].

Method Details

translations() public méthode

{@inheritdoc].
public translations ( )

Property Details

$fillable protected_oe property

The fillable locale attributes.
protected array $fillable
Résultat array

$table protected_oe property

The locales table.
protected string $table
Résultat string