PHP Class Dimsav\Translatable\Test\Model\CountryWithCustomLocaleKey

Inheritance: extends Illuminate\Database\Eloquent\Model, use trait Dimsav\Translatable\Translatable
Datei anzeigen Open project: dimsav/laravel-translatable Class Usage Examples

Public Properties

Property Type Description
$localeKey * You can customize per model, which attribute will be used to save the locale info into the database
$table
$translatedAttributes
$translationModel

Property Details

$localeKey public_oe property

* You can customize per model, which attribute will be used to save the locale info into the database
public $localeKey

$table public_oe property

public $table

$translatedAttributes public_oe property

public $translatedAttributes

$translationModel public_oe property

public $translationModel