PHP 클래스 REBELinBLUE\Deployer\Events\ServerOutputChanged

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

공개 프로퍼티들

프로퍼티 타입 설명
$log_id integer
$output string

공개 메소드들

메소드 설명
__construct ( ServerLog $log ) ServerOutputChanged constructor.
broadcastOn ( ) : array Get the channels the event should be broadcast on.

메소드 상세

__construct() 공개 메소드

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

broadcastOn() 공개 메소드

Get the channels the event should be broadcast on.
public broadcastOn ( ) : array
리턴 array

프로퍼티 상세

$log_id 공개적으로 프로퍼티

public int $log_id
리턴 integer

$output 공개적으로 프로퍼티

public string $output
리턴 string