• Модуль: report
  • Путь к файлу: ~/bitrix/modules/report/lib/visualconstructor/handler/base.php
  • Класс: BitrixReportVisualConstructorHandlerBase
  • Вызов: Base::getFormElementFromCollected
public function getFormElementFromCollected($key)
{
	static $collectedFormElements;
	if (!$collectedFormElements)
	{
		$collectedFormElements = $this->getCollectedFormElements();
	}
	return $this->getFormElement($key);
}