Файловый менеджер - Редактировать - /var/www/axolotl/data/www/axolotls.ru/www/bitrix/modules/crm/lib/attribute/fieldorigin.php
Назад
<?php namespace Bitrix\Crm\Attribute; class FieldOrigin { const UNDEFINED = 0; const SYSTEM = 1; const CUSTOM = 2; public static function isDefined($typeID) { if(!is_numeric($typeID)) { return false; } $typeID = intval($typeID); return $typeID >= self::SYSTEM && $typeID <= self::CUSTOM; } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.8 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка