• Модуль: report
  • Путь к файлу: ~/bitrix/modules/report/lib/visualconstructor/form.php
  • Класс: BitrixReportVisualConstructorForm
  • Вызов: Form::convertToField
private function convertToField($options)
{
	if (is_string($options) || is_int($options))
	{
		return new Html($options);
	}
	else
	{
		throw new ArgumentException('Can't convert to form element');
	}
}