• Модуль: report
  • Путь к файлу: ~/bitrix/modules/report/lib/sharing.php
  • Класс: BitrixReportSharing
  • Вызов: Sharing::__construct
public function __construct($reportId)
{
	$this->reportId = intval($reportId);
	$this->errorCollection = new ErrorCollection;
}