Documentation

Lock extends LockType
in package

Class representing Lock.

Zámek vybraného záznamu.

Table of Contents

Properties

$lockSettings  : LockSettingsType|null
Parametry zámku.
$record  : RecordLockType|null
Výběr záznamu.
$version  : string|null

Methods

getLockSettings()  : LockSettingsType
Gets as lockSettings.
getRecord()  : RecordLockType
Gets as record.
getVersion()  : string
Gets as version.
setLockSettings()  : self
Sets a new lockSettings.
setRecord()  : self
Sets a new record.
setVersion()  : self
Sets a new version.

Properties

$version

private string|null $version = null

Methods

getVersion()

Gets as version.

public getVersion() : string
Return values
string

setVersion()

Sets a new version.

public setVersion(string $version) : self
Parameters
$version : string
Return values
self

        
On this page

Search results