• Модуль: disk
  • Путь к файлу: ~/bitrix/modules/disk/lib/rightsmanager.php
  • Класс: BitrixDiskSimpleRightBuilder
  • Вызов: SimpleRightBuilder::__construct
public function __construct($objectId)
{
	$this->objectId = $objectId;
	$this->connection = Application::getConnection();
	$this->sqlHelper = Application::getConnection()->getSqlHelper();
}