PHP Class REBELinBLUE\Deployer\DeployStep

Inheritance: extends Illuminate\Database\Eloquent\Model, implements Robbo\Presenter\PresentableInterface
Show file Open project: rebelinblue/deployer Class Usage Examples

Protected Properties

Property Type Description
$casts array The attributes that should be casted to native types.
$fillable array The attributes that are mass assignable.

Public Methods

Method Description
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.

Method Details

command() public method

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

getPresenter() public method

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

isCustom() public method

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

servers() public method

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

Property Details

$casts protected property

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

$fillable protected property

The attributes that are mass assignable.
protected array $fillable
return array