Свойство | Тип | Описание | |
---|---|---|---|
$casts | array | The attributes that should be casted to native types. | |
$fillable | array | The attributes that are mass assignable. |
Метод | Описание | |
---|---|---|
command ( ) : |
Belong to relationship. | |
getPresenter ( ) : |
Gets the view presenter. | |
isCustom ( ) : boolean | Determines if the step is a BEFORE or AFTER step. | |
servers ( ) : Illuminate\Database\Eloquent\Relations\HasMany | Has many relationship. |
public command ( ) : |
||
Результат |
public getPresenter ( ) : |
||
Результат |
public servers ( ) : Illuminate\Database\Eloquent\Relations\HasMany | ||
Результат | Illuminate\Database\Eloquent\Relations\HasMany |
protected array $casts | ||
Результат | array |
protected array $fillable | ||
Результат | array |