1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
LogRightProvider.php
См. документацию.
1<?php
2
4
6
7final class LogRightProvider
8{
9 private static array $cache = [];
10
11 public function get(int $sonetLogId): array
12 {
13 if (!array_key_exists($sonetLogId, self::$cache))
14 {
15 self::$cache[$sonetLogId] = LogRight::get($sonetLogId);
16 }
17
18 return self::$cache[$sonetLogId];
19 }
20}
static get(int $logId=0)
Определения logright.php:15
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804