PHP Class Dimsav\Translatable\Test\Model\CountryGuarded

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
$table
$translatedAttributes
$translationForeignKey
$translationModel

Protected Properties

Property Type Description
$fillable
$guarded

Property Details

$fillable protected_oe property

protected $fillable

$guarded protected_oe property

protected $guarded

$table public_oe property

public $table

$translatedAttributes public_oe property

public $translatedAttributes

$translationForeignKey public_oe property

public $translationForeignKey

$translationModel public_oe property

public $translationModel