com\setasign\SetaSite\Page

PageLockException

File: /SetaSite/src/Page/PageLockException.php

Class hierarchy

Implements

Summary

Constants

ALREADY_LOCKED

LOCK_IS_STILL_VALID

NO_LOCK

public const PageLockException::NO_LOCK = 1

PAGE_IS_LOCKED


Properties

$code

protected \Exception::$code = 0

$file

protected \Exception::$file = ''

$firstName

protected ?string PageLockException::$firstName

$lastName

protected ?string PageLockException::$lastName

$line

protected \Exception::$line = 0

$message

protected \Exception::$message = ''

$remainingTime

$userId

protected ?int PageLockException::$userId

$userName

protected ?string PageLockException::$userName

Methods

__construct()

Internal PHP method: Exception::__construct

__clone()

Internal PHP method: Exception::__clone

__toString()

Internal PHP method: Exception::__toString

__wakeup()

Internal PHP method: Exception::__wakeup

getCode()

Internal PHP method: Exception::getCode

getFile()

Internal PHP method: Exception::getFile

getFirstName()

public PageLockException::getFirstName (
void
): ?string

getLastName()

public PageLockException::getLastName (
void
): ?string

getLine()

Internal PHP method: Exception::getLine

getMessage()

Internal PHP method: Exception::getMessage

getPrevious()

Internal PHP method: Exception::getPrevious

getRemainingTime()

public PageLockException::getRemainingTime (
void
): ?int

getTrace()

Internal PHP method: Exception::getTrace

getTraceAsString()

Internal PHP method: Exception::getTraceAsString

getUserId()

public PageLockException::getUserId (
void
): ?int

getUserName()

public PageLockException::getUserName (
void
): ?string

setUser()

public PageLockException::setUser (
\com\setasign\SetaSite\User\User $user,
$loginTimeout = null
): void
Parameters
$user : \com\setasign\SetaSite\User\User
 
$loginTimeout
 

setUserId()

public PageLockException::setUserId (
int $userId
): void
Parameters
$userId : int