• Модуль: voximplant
  • Путь к файлу: ~/bitrix/modules/voximplant/lib/integration/report/handler/base.php
  • Класс: BitrixVoximplantIntegrationReportHandlerBase
  • Вызов: Base::__construct
public function __construct()
{
	parent::__construct();

	$this->allowedUserIds = Helper::getAllowedUserIds(
		Helper::getCurrentUserId(),
		Permissions::createWithCurrentUser()->getPermission(
			Permissions::ENTITY_CALL_DETAIL,
			Permissions::ACTION_VIEW
		)
	);
}