Property | Type | Description | |
---|---|---|---|
$casts | array | The attributes that should be casted to native types. | |
$fillable | array | The attributes that are mass assignable. |
Method | Description | |
---|---|---|
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 ( ) : |
||
return |
public getPresenter ( ) : |
||
return |
public servers ( ) : Illuminate\Database\Eloquent\Relations\HasMany | ||
return | Illuminate\Database\Eloquent\Relations\HasMany |
protected array $casts | ||
return | array |
protected array $fillable | ||
return | array |