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