• Модуль: bizproc
  • Путь к файлу: ~/bitrix/modules/bizproc/lib/basetype/select.php
  • Класс: BitrixBizprocBaseTypeSelect
  • Вызов: Select::renderControlSingle
static function renderControlSingle(FieldType $fieldType, array $field, $value, $allowSelection, $renderMode)
{
	if ($renderMode & FieldType::RENDER_MODE_PUBLIC)
	{
		$allowSelection = false;
	}

	return static::renderControl($fieldType, $field, $value, $allowSelection, $renderMode);
}