PHP Класс Dimsav\Translatable\Test\Model\CountryStrict

Наследование: extends Illuminate\Database\Eloquent\Model, use trait Dimsav\Translatable\Translatable
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$fillable array Add your translated attributes here if you want fill them with mass assignment.
$localeKey string Defaults to 'locale'.
$table
$translatedAttributes array Array with the fields translated in the Translation table.
$translationForeignKey Foreign key for the translation relationship
$translationModel The convention would be Dimsav\Translatable\Test\Model\CountryStrictTranslation.

Защищенные свойства (Protected)

Свойство Тип Описание
$softDelete

Описание свойств

$fillable публичное свойство

Add your translated attributes here if you want fill them with mass assignment.
public array $fillable
Результат array

$localeKey публичное свойство

Defaults to 'locale'.
public string $localeKey
Результат string

$softDelete защищенное свойство

protected $softDelete

$table публичное свойство

public $table

$translatedAttributes публичное свойство

Array with the fields translated in the Translation table.
public array $translatedAttributes
Результат array

$translationForeignKey публичное свойство

Foreign key for the translation relationship
public $translationForeignKey

$translationModel публичное свойство

The convention would be Dimsav\Translatable\Test\Model\CountryStrictTranslation.
public $translationModel