• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/settings/integersetting.php
  • Класс: Bitrix\Crm\Settings\IntegerSetting
  • Вызов: IntegerSetting::__construct
function __construct($name, $default = 0)
{
	$this->name = $name;
	$this->default = (int)$default;
}