• Модуль: report
  • Путь к файлу: ~/bitrix/modules/report/lib/visualconstructor/form.php
  • Класс: BitrixReportVisualConstructorForm
  • Вызов: Form::setPostfix
public function setPostfix($postfix)
{
	$this->postfix = $postfix;
	return $this;
}