• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/classes/general/tasktools.php
  • Класс: CTasksTools
  • Вызов: CTasksTools::isIntegerValued
static function isIntegerValued($i)
{
	return (CTaskAssert::isLaxIntegers($i));
}