PHP Class Stevebauman\Translation\Models\Translation

Inheritance: extends Illuminate\Database\Eloquent\Model, use trait Stevebauman\Translation\Traits\TranslationTrait
Show file Open project: stevebauman/translation Class Usage Examples

Protected Properties

Property Type Description
$fillable array The fillable locale translation attributes.
$table string The locale translations table.

Public Methods

Method Description
locale ( )
parent ( )

Method Details

locale() public method

public locale ( )

parent() public method

public parent ( )

Property Details

$fillable protected property

The fillable locale translation attributes.
protected array $fillable
return array

$table protected property

The locale translations table.
protected string $table
return string