Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
statisticenum.php
1<?php
2
3
5
6
11
13{
14 public function getStatusTypesAction()
15 {
19
20 return ['enum'=>$r];
21 }
22
23 public function getEntityTypesAction()
24 {
26
27 return ['enum'=>$r];
28 }
29}