PHP Class REBELinBLUE\Deployer\Events\ProjectStatusChanged

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

Public Properties

Property Type Description
$project REBELinBLUE\Deployer\Project

Public Methods

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

Method Details

__construct() public method

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

broadcastOn() public method

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

Property Details

$project public_oe property

public Project,REBELinBLUE\Deployer $project
return REBELinBLUE\Deployer\Project