Nextcloud PHP API (master)

ManuallyLockedException extends LockedException
in package

Class ManuallyLockedException

Tags
since
18.0.0

Table of Contents

Properties

$existingLock  : string|null
$owner  : string|null
owner of the lock
$path  : string
Locked path
$timeout  : int
estimated timeout for the lock

Methods

__construct()  : mixed
ManuallyLockedException constructor.
getExistingLock()  : string
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
$owner : string|null = null
$timeout : int = -1
Tags
since
18.0.0

getExistingLock()

public getExistingLock() : string
Tags
since
19.0.0
Return values
string

getPath()

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

        
On this page

Search results