• Модуль: report
  • Путь к файлу: ~/bitrix/modules/report/lib/visualconstructor/fields/base.php
  • Класс: BitrixReportVisualConstructorFieldsBase
  • Вызов: Base::setPrefix
public function setPrefix($prefix)
{
	if (is_string($prefix))
	{
		$prefix = new Html($prefix);
	}
	$this->prefix = $prefix;
}