• Модуль: report
  • Путь к файлу: ~/bitrix/modules/report/lib/visualconstructor/category.php
  • Класс: BitrixReportVisualConstructorand
  • Вызов: and::__set
public function __set($key, $value)
{
	$this->relations[$key] = $value;
	return $this;
}