• Модуль: report
  • Путь к файлу: ~/bitrix/modules/report/lib/visualconstructor/fields/div.php
  • Класс: BitrixReportVisualConstructorFieldsDiv
  • Вызов: Div::end
public function end()
{
	$html = new DivPartHtml('
'); $html->setDiv($this); $html->setPostfix($this->getPostfix()); if ($this->getKey()) { $html->setKey($this->getKey() . '_end'); } return $html; }