• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Dto/Caster/IntCaster.php
  • Класс: Bitrix\Crm\Dto\Caster\IntCaster
  • Вызов: IntCaster::castSingleValue
protected function castSingleValue($value): int
{
	return (int)$value;
}