File manager - Edit - /home/web/vm-3fadc827.na4u.ru/www/bitrix/modules/im/lib/revision.php
Back
<?php namespace Bitrix\Im; class Revision { /** * Web Api revision * * @filesource synchronize im/install/js/im/im.js:17 */ const WEB = 130; /** * Mobile Api revision * * @filesource synchronize mobile/install/components/bitrix/mobile.jscomponent/jscomponents/im.recent/component.js:6 * @filesource synchronize mobile/install/components/bitrix/mobile.webcomponent/webcomponents/im.dialog/bundle/component/js/component.js:3 * @filesource synchronize mobile/install/components/bitrix/mobile.webcomponent/webcomponents/im.dialog/bundle/component/js/mobile_dialog.js:22 */ const MOBILE = 19; /** * Desktop Api revision */ const DESKTOP = 5; /** * Rest Api revision */ const REST = 30; public static function getWeb() { return static::WEB; } public static function getMobile() { return static::MOBILE; } public static function getDesktop() { return static::DESKTOP; } public static function getRest() { return static::REST; } public static function get() { return [ 'rest' => static::getRest(), 'web' => static::getWeb(), 'mobile' => static::getMobile(), 'desktop' => static::getDesktop(), ]; } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.29 |
proxy
|
phpinfo
|
Settings