프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$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 |