PHP 클래스 REBELinBLUE\Deployer\DeployStep

상속: extends Illuminate\Database\Eloquent\Model, implements Robbo\Presenter\PresentableInterface
파일 보기 프로젝트 열기: rebelinblue/deployer 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$casts array The attributes that should be casted to native types.
$fillable array The attributes that are mass assignable.

공개 메소드들

메소드 설명
command ( ) : BelongsTo Belong to relationship.
getPresenter ( ) : DeployStepPresenter 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.

메소드 상세

command() 공개 메소드

Belong to relationship.
public command ( ) : BelongsTo
리턴 Illuminate\Database\Eloquent\Relations\BelongsTo

getPresenter() 공개 메소드

Gets the view presenter.
public getPresenter ( ) : DeployStepPresenter
리턴 REBELinBLUE\Deployer\Presenters\DeployStepPresenter

isCustom() 공개 메소드

Determines if the step is a BEFORE or AFTER step.
public isCustom ( ) : boolean
리턴 boolean

servers() 공개 메소드

Has many relationship.
public servers ( ) : Illuminate\Database\Eloquent\Relations\HasMany
리턴 Illuminate\Database\Eloquent\Relations\HasMany

프로퍼티 상세

$casts 보호되어 있는 프로퍼티

The attributes that should be casted to native types.
protected array $casts
리턴 array

$fillable 보호되어 있는 프로퍼티

The attributes that are mass assignable.
protected array $fillable
리턴 array