PHP Класс REBELinBLUE\Deployer\Events\ServerLogChanged

Наследование: extends REBELinBLUE\Deployer\Events\Event, implements Illuminate\Contracts\Broadcasting\ShouldBroadcast, use trait Illuminate\Queue\SerializesModels
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$finished_at string | null
$log_id integer
$output null | string
$runtime string | null
$started_at string | null
$status integer

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

Метод Описание
__construct ( ServerLog $log ) ServerLogChanged constructor.
broadcastOn ( ) : array Get the channels the event should be broadcast on.

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

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

ServerLogChanged constructor.
public __construct ( ServerLog $log )
$log REBELinBLUE\Deployer\ServerLog

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

Get the channels the event should be broadcast on.
public broadcastOn ( ) : array
Результат array

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

$finished_at публичное свойство

public string|null $finished_at
Результат string | null

$log_id публичное свойство

public int $log_id
Результат integer

$output публичное свойство

public null|string $output
Результат null | string

$runtime публичное свойство

public string|null $runtime
Результат string | null

$started_at публичное свойство

public string|null $started_at
Результат string | null

$status публичное свойство

public int $status
Результат integer