• Модуль: disk
  • Путь к файлу: ~/bitrix/modules/disk/lib/document/onlyoffice/models/documentsession.php
  • Класс: BitrixDiskDocumentOnlyOfficeModelsDocumentSession
  • Вызов: DocumentSession::isOutdatedByFileContent
public function isOutdatedByFileContent(): bool
{
	$syncUpdateTime = $this->getObject()->getSyncUpdateTime();
	if (!$syncUpdateTime)
	{
		return false;
	}

	return ($syncUpdateTime->getTimestamp() - $this->getCreateTime()->getTimestamp()) > 0;
}