REBELinBLUE\Deployer\Events\HeartbeatRecovered::__construct PHP Method

__construct() public method

HeartbeatRecovered constructor.
public __construct ( Heartbeat $heartbeat )
$heartbeat REBELinBLUE\Deployer\Heartbeat
    public function __construct(Heartbeat $heartbeat)
    {
        $this->heartbeat = $heartbeat;
    }