• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/internals/input.php
  • Класс: BitrixSaleInternalsInputEitherYN
  • Вызов: EitherYN::getValueSingle
static function getValueSingle(array $input, $value)
{
	return $value == 'Y' ? 'Y' : 'N';
}