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

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

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