PHP Class REBELinBLUE\Deployer\DeployStep

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

Protected Properties

Свойство Type Description
$casts array The attributes that should be casted to native types.
$fillable array The attributes that are mass assignable.

Méthodes publiques

Méthode 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 méthode

Belong to relationship.
public command ( ) : BelongsTo
Résultat Illuminate\Database\Eloquent\Relations\BelongsTo

getPresenter() public méthode

Gets the view presenter.
public getPresenter ( ) : DeployStepPresenter
Résultat REBELinBLUE\Deployer\Presenters\DeployStepPresenter

isCustom() public méthode

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

servers() public méthode

Has many relationship.
public servers ( ) : Illuminate\Database\Eloquent\Relations\HasMany
Résultat Illuminate\Database\Eloquent\Relations\HasMany

Property Details

$casts protected_oe property

The attributes that should be casted to native types.
protected array $casts
Résultat array

$fillable protected_oe property

The attributes that are mass assignable.
protected array $fillable
Résultat array