PHP Класс REBELinBLUE\Deployer\DeployStep

Наследование: extends Illuminate\Database\Eloquent\Model, implements Robbo\Presenter\PresentableInterface
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$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