• Модуль: disk
  • Путь к файлу: ~/bitrix/modules/disk/lib/document/onlyoffice/filters/documentsessioncheck.php
  • Класс: BitrixDiskDocumentOnlyOfficeFiltersDocumentSessionCheck
  • Вызов: DocumentSessionCheck::enableOwnerCheck
public function enableOwnerCheck(): self
{
	$this->ownerCheck = true;

	return $this;
}