Result::checkInt

  1. Bitrix24 API (v. 23.675.0)
  2. crm
  3. Result
  4. checkInt
  • Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/webform/result.php
  • Класс: Bitrix\Crm\WebForm\Result
  • Вызов: Result::checkInt
protected function checkInt($value)
{
	return is_numeric($value);
}

Добавить комментарий