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