method
public
static
UrlPreview::resolveTemporaryMetadata()
Сигнатура
public static resolveTemporaryMetadata(int $id[, bool $checkAccess = true ][, mixed $userId = 0 ]) : array<string|int, mixed>|false
Описание
Русский перевод этого описания пока проверяется. Показан оригинал.
Fetches and stores metadata for temporary record, created by UrlPreview::reserveIdForUrl. If metadata could not be fetched, deletes record.
Параметры
$id
int
Metadata record's id.
$checkAccess
bool
= true
Should method check current user's access to the entity, or not.
$userId
mixed
= 0
Возвращаемое значение
array<string|int, mixed>|false
Исходный файл: source/main/lib/urlpreview/urlpreview.php:375

