PHP Класс REBELinBLUE\Deployer\CheckUrl

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

Защищенные свойства (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.
notificationPayload ( ) : array Generates a slack payload for the link failure.
project ( ) : BelongsTo Belongs to relationship.
setUrlAttribute ( string $value ) Define a mutator to set the status to untested if the URL changes.

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

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

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

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

Generates a slack payload for the link failure.
public notificationPayload ( ) : array
Результат array

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

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

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

Define a mutator to set the status to untested if the URL changes.
public setUrlAttribute ( string $value )
$value string

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

$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