PHP Class RainLab\Translate\Tests\Fixtures\Models\Country

Inheritance: extends Mode\Model
Datei anzeigen Open project: rainlab/translate-plugin Class Usage Examples

Public Properties

Property Type Description
$implement
$table The database table used by the model.
$translatable

Protected Properties

Property Type Description
$guarded Guarded fields
$jsonable Jsonable fields

Property Details

$guarded protected_oe property

Guarded fields
protected $guarded

$implement public_oe property

public $implement

$jsonable protected_oe property

Jsonable fields
protected $jsonable

$table public_oe property

The database table used by the model.
public $table

$translatable public_oe property

public $translatable