• Модуль: bizproc
  • Путь к файлу: ~/bitrix/modules/bizproc/lib/Task/Data/TasksToBeDelegated.php
  • Класс: BitrixBizprocTaskDataTasksToBeDelegated
  • Вызов: TasksToBeDelegated::validateUserId
static function validateUserId(int $userId): int
{
	return max($userId, 0);
}