• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/integration/report/dashboard/catalogdashboard.php
  • Класс: BitrixCatalogIntegrationReportDashboardmust
  • Вызов: must::__construct
public function __construct()
{
	foreach (static::getDefaultViewList() as $weight => $view)
	{
		$this->addView($view, $weight);
	}

	$this->bindGroup(static::getDefaultGroup());
}