1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
UsersToGet.php
См. документацию.
1
<?php
2
3
namespace
Bitrix\Bizproc\Api\Data\UserService
;
4
5
class
UsersToGet
6
{
8
private
array
$userIds;
9
10
public
function
__construct
(
array
$userIds)
11
{
12
$this->userIds = $userIds;
13
\Bitrix\Main\Type\Collection::normalizeArrayValuesByInt
($this->userIds);
14
}
15
19
public
function
getUserIds
():
array
20
{
21
return
$this->userIds;
22
}
23
}
Bitrix\Bizproc\Api\Data\UserService\UsersToGet
Определения
UsersToGet.php:6
Bitrix\Bizproc\Api\Data\UserService\UsersToGet\getUserIds
getUserIds()
Определения
UsersToGet.php:19
Bitrix\Bizproc\Api\Data\UserService\UsersToGet\__construct
__construct(array $userIds)
Определения
UsersToGet.php:10
Bitrix\Main\Type\Collection\normalizeArrayValuesByInt
static normalizeArrayValuesByInt(&$map, $sorted=true)
Определения
collection.php:150
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\Bizproc\Api\Data\UserService
Определения
UsersToGet.php:3
bitrix
modules
bizproc
lib
Api
Data
UserService
UsersToGet.php
Создано системой
1.14.0