• Модуль: report
  • Путь к файлу: ~/bitrix/modules/report/lib/visualconstructor/view.php
  • Класс: BitrixReportVisualConstructorView
  • Вызов: View::isCompatibleWithView
public function isCompatibleWithView(View $view)
{
	return in_array($this->getKey(), $view->getCompatibleViewTypes());
}