Nextcloud PHP API (stable18)

ManuallyLockedException extends LockedException

Class ManuallyLockedException

Tags
since
18.0.0

Table of Contents

$owner  : string|null
owner of the lock
$path  : string
Locked path
$timeout  : int
estimated timeout for the lock
__construct()  : mixed
ManuallyLockedException constructor.
getOwner()  : string|null
getPath()  : string
getTimeout()  : int

Properties

Methods

__construct()

ManuallyLockedException constructor.

public __construct(string $path[, Exception|null $previous = null ][, string $existingLock = null ][, string|null $owner = null ][, int $timeout = -1 ]) : mixed
Parameters
$path : string

locked path

$previous : Exception|null = null

previous exception for cascading

$existingLock : string = null

since 14.0.0

$owner : string|null = null
$timeout : int = -1
Tags
since
18.0.0
Return values
mixed

getPath()

public getPath() : string
Tags
since
8.1.0
Return values
string

Search results