Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
UpdateState.php
1<?php
2
4
6
8{
12 public function getStateDataAction(CurrentUser $user, ?string $siteId = null): ?array
13 {
14 $updateService = new \Bitrix\Im\V2\UpdateState();
15 $result = $updateService->getUpdateStateData($user, $siteId);
16
17 return $result;
18 }
19}
getStateDataAction(CurrentUser $user, ?string $siteId=null)