Свойство | Тип | Описание | |
---|---|---|---|
$casts | array | The attributes that should be cast to native types. | |
$fillable | array | The attributes that are mass assignable. |
Метод | Описание | |
---|---|---|
__construct ( array $attributes = [] ) | Constructor. |
public __construct ( array $attributes = [] ) | ||
$attributes | array |
protected array $casts | ||
Результат | array |
protected array $fillable | ||
Результат | array |