Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
revision.php
1<?php
2
4
6{
12 public function getAction()
13 {
14 $result = \Bitrix\Im\Revision::get();
15
16 $result = array_merge($result, [
17 'im_revision_mobile' => \Bitrix\Im\Revision::getMobile(),
18 ]);
19
20 return $result;
21 }
22}
static getMobile()
Definition revision.php:38