См. определение в файле urlpreview.php строка 11
◆ buildPreview()
static buildPreview |
( |
array | $params | ) |
|
|
static |
Returns HTML code for page preview.
- Аргументы
-
- Возвращает
- string|null
См. определение в файле urlpreview.php строка 86
◆ checkUserReadAccess()
static checkUserReadAccess |
( |
array | $params, |
|
|
int | $userId ) |
|
static |
Returns true if current user has read access to the page.
- Аргументы
-
array | $params | Expected keys: siteCode[, folderCode, pageCode]. |
int | $userId | Current user's id. |
- Возвращает
- bool
См. определение в файле urlpreview.php строка 214
◆ getImAttach()
static getImAttach |
( |
array | $params | ) |
|
|
static |
Returns attach to display in the messenger.
- Аргументы
-
array | $params | Expected keys: siteCode[, folderCode, pageCode]. |
- Возвращает
- \CIMMessageParamAttach | false
См. определение в файле urlpreview.php строка 122
◆ getImRich()
static getImRich |
( |
array | $params | ) |
|
|
static |
◆ getPreview()
static getPreview |
( |
int | $landingId | ) |
|
|
static |
Returns preview for landing.
- Аргументы
-
- Возвращает
- array
См. определение в файле urlpreview.php строка 18
◆ resolveLandingId()
static resolveLandingId |
( |
string | $landingPath | ) |
|
|
static |
Resolve landing id by landing path.
- Аргументы
-
string | $landingPath | Landing url. |
- Возвращает
- int|null
См. определение в файле urlpreview.php строка 275
◆ resolveSiteId()
static resolveSiteId |
( |
string | $landingPath | ) |
|
|
staticprotected |
Resolve site id by landing path.
- Аргументы
-
string | $landingPath | Landing url. |
- Возвращает
- int|null
См. определение в файле urlpreview.php строка 236