• Модуль: disk
  • Путь к файлу: ~/bitrix/modules/disk/lib/document/onlyoffice/models/documentsession.php
  • Класс: BitrixDiskDocumentOnlyOfficeModelsDocumentSession
  • Вызов: DocumentSession::setAsBroken
public function setAsBroken(): bool
{
	return $this->update([
		'STATUS' => self::STATUS_BROKEN,
	]);
}