• Модуль: iblock
  • Путь к файлу: ~/bitrix/modules/iblock/lib/bizproctype/usertypepropertyhtml.php
  • Класс: BitrixIblockBizprocTypeUserTypePropertyHtml
  • Вызов: UserTypePropertyHtml::wrapCloneableControls
static function wrapCloneableControls(array $controls, $wrapperId)
	{
		$wrapperId = MainTextHtmlFilter::encode((string)$wrapperId);
		$renderResult = '';

		foreach ($controls as $control)
		{
			$renderResult .= '';
		}
		$renderResult .= '
'.$control.'
'; $renderResult .= '
'; return $renderResult; }