PHP Class Dimsav\Translatable\Test\Model\CountryGuarded

Inheritance: extends Illuminate\Database\Eloquent\Model, use trait Dimsav\Translatable\Translatable
Show file 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 property

protected $fillable

$guarded protected property

protected $guarded

$table public property

public $table

$translatedAttributes public property

public $translatedAttributes

$translationForeignKey public property

public $translationForeignKey

$translationModel public property

public $translationModel