1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
admin.php
См. документацию.
1<?php
2
4
5use Bitrix\Intranet\ActionFilter\UserType;
6use Bitrix\Intranet\UserTable;
9
10
11class Admin extends Controller
12{
13 public function listAction()
14 {
15 return UserTable::query()
16 ->setSelect(['ID','NAME','LAST_NAME','SECOND_NAME'])
17 ->where('GROUPS.GROUP_ID', 1)
18 ->exec()
19 ->fetchAll();
20 }
21
22 public function configureActions(): array
23 {
24 $configureActions = [];
25 $configureActions['list'] = [
26 '+prefilters' => [
27 new Scope(Scope::REST),
28 ],
29 ];
30
31 return $configureActions;
32 }
33}
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804