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