PHP Class REBELinBLUE\Deployer\Events\DeployFinished

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

Public Properties

Property Type Description
$deployment REBELinBLUE\Deployer\Deployment

Public Methods

Method Description
__construct ( Deployment $deployment ) DeployFinished constructor.

Method Details

__construct() public method

DeployFinished constructor.
public __construct ( Deployment $deployment )
$deployment REBELinBLUE\Deployer\Deployment

Property Details

$deployment public_oe property

public Deployment,REBELinBLUE\Deployer $deployment
return REBELinBLUE\Deployer\Deployment