PHP Class REBELinBLUE\Deployer\Events\ProjectStatusChanged

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
$project REBELinBLUE\Deployer\Project

Méthodes publiques

Méthode Description
__construct ( Project $project ) ProjectStatusChanged constructor.
broadcastOn ( ) : array Get the channels the event should be broadcast on.

Method Details

__construct() public méthode

ProjectStatusChanged constructor.
public __construct ( Project $project )
$project REBELinBLUE\Deployer\Project

broadcastOn() public méthode

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

Property Details

$project public_oe property

public Project,REBELinBLUE\Deployer $project
Résultat REBELinBLUE\Deployer\Project