PHP Class REBELinBLUE\Deployer\Events\ServerOutputChanged

Inheritance: extends Event, implements Illuminate\Contracts\Broadcasting\ShouldBroadcast, use trait Illuminate\Queue\SerializesModels
Afficher le fichier Open project: rebelinblue/deployer

Méthodes publiques

Свойство Type Description
$log_id integer
$output string

Méthodes publiques

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

Method Details

__construct() public méthode

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

broadcastOn() public méthode

Get the channels the event should be broadcast on.
public broadcastOn ( ) : array
Résultat array

Property Details

$log_id public_oe property

public int $log_id
Résultat integer

$output public_oe property

public string $output
Résultat string