Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
UserShortPopupItem.php
1<?php
2
4
6{
7 public function toRestFormat(array $option = []): array
8 {
9 $option['USER_SHORT_FORMAT'] = true;
10
11 return parent::toRestFormat($option);
12 }
13
14 public static function getRestEntityName(): string
15 {
16 return 'usersShort';
17 }
18}