KMP PHP API Reference

TenantMigrationLockHandle
in package

FinalYes

Table of Contents

Properties

$acquired  : bool
$connection  : Connection
$keyOne  : int
$keyTwo  : int

Methods

__construct()  : mixed
Constructor.
release()  : void
Release the PostgreSQL advisory lock when it was acquired.

Properties

Methods

__construct()

Constructor.

public __construct(Connection $connection, int $keyOne, int $keyTwo, bool $acquired) : mixed
Parameters
$connection : Connection
$keyOne : int
$keyTwo : int
$acquired : bool
On this page

Search results