PHP 클래스 REBELinBLUE\Deployer\Events\ServerLogChanged

상속: extends REBELinBLUE\Deployer\Events\Event, implements Illuminate\Contracts\Broadcasting\ShouldBroadcast, use trait Illuminate\Queue\SerializesModels
파일 보기 프로젝트 열기: rebelinblue/deployer

공개 프로퍼티들

프로퍼티 타입 설명
$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