REBELinBLUE\Deployer\Jobs\MailDeployNotification::__construct PHP Метод

__construct() публичный Метод

MailDeployNotification constructor.
public __construct ( Project $project, Deployment $deployment )
$project REBELinBLUE\Deployer\Project
$deployment REBELinBLUE\Deployer\Deployment
    public function __construct(Project $project, Deployment $deployment)
    {
        $this->project = $project;
        $this->deployment = $deployment;
    }
MailDeployNotification