1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
util.php
См. документацию.
1<?php
2
3namespace Bitrix\Socialnetwork\Component\WorkgroupList;
4
5class Util
6{
7 public static function filterNumericIdList(array $idList = []): array
8 {
9 $idList = array_map(static function($value) {
10 return (int)$value;
11 }, $idList);
12
13 $idList = array_filter($idList, static function($value) {
14 return ($value > 0);
15 });
16
17 $idList = array_unique($idList);
18
19 return $idList;
20 }
21}
static filterNumericIdList(array $idList=[])
Определения util.php:7
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804