PHP Class REBELinBLUE\Deployer\Events\ServerOutputChanged

Inheritance: extends Event, implements Illuminate\Contracts\Broadcasting\ShouldBroadcast, use trait Illuminate\Queue\SerializesModels
显示文件 Open project: rebelinblue/deployer

Public Properties

Property Type Description
$log_id integer
$output string

Public Methods

Method Description
__construct ( ServerLog $log ) ServerOutputChanged constructor.
broadcastOn ( ) : array Get the channels the event should be broadcast on.

Method Details

__construct() public method

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

broadcastOn() public method

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

Property Details

$log_id public_oe property

public int $log_id
return integer

$output public_oe property

public string $output
return string