|
static | isEntityLocked (int $entityId, string $entityType, string $lockType) |
|
static | lockEntity (int $entityId, string $entityType, string $lockType, bool $lock=true) |
|
См. определение в файле lock.php строка 8
◆ getList()
static getList |
( |
array | $params = [] | ) |
|
|
static |
Provides ORM queries to LockTable.
- Аргументы
-
- Возвращает
- QueryResult
См. определение в файле lock.php строка 162
◆ isEntityLocked()
static isEntityLocked |
( |
int | $entityId, |
|
|
string | $entityType, |
|
|
string | $lockType ) |
|
staticprotected |
Returns true if entity is under lock.
- Аргументы
-
int | $entityId | Entity id. |
string | $entityType | Entity type. |
string | $lockType | Lock type. |
- Возвращает
- bool
См. определение в файле lock.php строка 32
◆ isLandingDeleteLocked()
static isLandingDeleteLocked |
( |
int | $landingId | ) |
|
|
static |
Returns true if landing is under 'delete' lock.
- Аргументы
-
- Возвращает
- bool
См. определение в файле lock.php строка 122
◆ isSiteDeleteLocked()
static isSiteDeleteLocked |
( |
int | $siteId | ) |
|
|
static |
Returns true if site is under 'delete' lock.
- Аргументы
-
- Возвращает
- bool
См. определение в файле lock.php строка 86
◆ lockDeleteLanding()
static lockDeleteLanding |
( |
int | $landingId, |
|
|
bool | $lock = true ) |
|
static |
Locks landing for delete.
- Аргументы
-
int | $landingId | Landing id. |
bool | $lock | Lock or unlock. |
- Возвращает
- bool
См. определение в файле lock.php строка 148
◆ lockDeleteSite()
static lockDeleteSite |
( |
int | $siteId, |
|
|
bool | $lock = true ) |
|
static |
Locks site for delete.
- Аргументы
-
int | $siteId | Site id. |
bool | $lock | Lock or unlock. |
- Возвращает
- bool
См. определение в файле lock.php строка 133
◆ lockEntity()
static lockEntity |
( |
int | $entityId, |
|
|
string | $entityType, |
|
|
string | $lockType, |
|
|
bool | $lock = true ) |
|
staticprotected |
Locks / unlocks entity.
- Аргументы
-
int | $entityId | Entity id. |
string | $entityType | Entity type. |
string | $lockType | Lock type. |
bool | $lock | Lock or unlock. |
- Возвращает
- bool
См. определение в файле lock.php строка 54
◆ ENTITY_TYPE_LANDING
const ENTITY_TYPE_LANDING = 'L' |
Landing entity type.
См. определение в файле lock.php строка 18
◆ ENTITY_TYPE_SITE
const ENTITY_TYPE_SITE = 'S' |
Site entity type.
См. определение в файле lock.php строка 13
◆ LOCK_TYPE_DELETE
const LOCK_TYPE_DELETE = 'D' |
Lock type for 'delete'.
См. определение в файле lock.php строка 23