PHP Класс REBELinBLUE\Deployer\Notification

Наследование: extends Illuminate\Database\Eloquent\Model, use trait Illuminate\Database\Eloquent\SoftDeletes, use trait Illuminate\Foundation\Bus\DispatchesJobs, use trait REBELinBLUE\Deployer\Traits\BroadcastChanges
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
$casts array The attributes that should be casted to native types.
$fillable array The attributes that are mass assignable.
$hidden array The attributes excluded from the model's JSON form.

Открытые методы

Метод Описание
boot ( ) Override the boot method to bind model event listeners.
project ( ) : BelongsTo Belongs to relationship.
testPayload ( ) : array Generates a test payload for Slack.

Описание методов

boot() публичный статический Метод

Override the boot method to bind model event listeners.
public static boot ( )

project() публичный Метод

Belongs to relationship.
public project ( ) : BelongsTo
Результат Illuminate\Database\Eloquent\Relations\BelongsTo

testPayload() публичный Метод

Generates a test payload for Slack.
public testPayload ( ) : array
Результат array

Описание свойств

$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

$hidden защищенное свойство

The attributes excluded from the model's JSON form.
protected array $hidden
Результат array