1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
util.php
См. документацию.
1
<?php
2
3
namespace
Bitrix\Socialnetwork\Component\WorkgroupList;
4
5
class
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
}
Bitrix\Socialnetwork\Component\WorkgroupList\Util
Определения
util.php:6
Bitrix\Socialnetwork\Component\WorkgroupList\Util\filterNumericIdList
static filterNumericIdList(array $idList=[])
Определения
util.php:7
array
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения
file_new.php:804
bitrix
modules
socialnetwork
lib
component
workgrouplist
util.php
Создано системой
1.14.0