1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
util.php
См. документацию.
1<?php
2
3namespace Bitrix\Socialnetwork\Component\LogListCommon;
4
5class Util
6{
7 public static function getRequest()
8 {
9 return \Bitrix\Main\Context::getCurrent()->getRequest();
10 }
11
12 public static function getCollapsedPinnedPanelItemsLimit(): int
13 {
14 return 3;
15 }
16}
static getCollapsedPinnedPanelItemsLimit()
Определения util.php:12