PHP Класс App\Models\History\History

Наследование: extends Illuminate\Database\Eloquent\Model, use trait App\Models\History\Traits\Relationship\HistoryRelationship
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$fillable array The attributes that are mass assignable.
$table string The database table used by the model.

Описание свойств

$fillable защищенное свойство

The attributes that are mass assignable.
protected array $fillable
Результат array

$table защищенное свойство

The database table used by the model.
protected string $table
Результат string