• Модуль: disk
  • Путь к файлу: ~/bitrix/modules/disk/lib/rightsmanager.php
  • Класс: BitrixDiskRightsSetter
  • Вызов: RightsSetter::__construct
public function __construct(BaseObject $object, array $rights)
{
	$this->object = $object;
	$this->rights = $rights;

	$this->connection = Application::getConnection();
	$this->sqlHelper = Application::getConnection()->getSqlHelper();
}