Файловый менеджер - Редактировать - /var/www/axolotl/data/www/axolotls.ru/www/bitrix/modules/crm/lib/history/historyentrytype.php
Назад
<?php namespace Bitrix\Crm\History; use Bitrix\Main; class HistoryEntryType { const UNDEFINED = 0; const CREATION = 1; const MODIFICATION = 2; const FINALIZATION = 3; const JUNK = 4; public static function isDefined($typeID) { if(!is_numeric($typeID)) { return false; } $typeID = (int)$typeID; return $typeID >= self::CREATION && $typeID <= self::JUNK; } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.8 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка