MadelineProtoDocs/docs/PHP/danog/MadelineProto/Settings/DatabaseAbstract.md

30 lines
558 B
Markdown
Raw Permalink Normal View History

2020-10-15 18:42:54 +02:00
---
title: danog\MadelineProto\Settings\DatabaseAbstract: Base class for storage backends.
description:
2020-10-16 11:57:00 +02:00
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
2020-10-15 18:42:54 +02:00
---
# `danog\MadelineProto\Settings\DatabaseAbstract`
[Back to index](../../../index.md)
> Author: Daniil Gentili <daniil@daniil.it>
Base class for storage backends.
## Method list:
* `hasChanged(): bool`
## Methods:
### `hasChanged(): bool`
Get whether this setting was changed, also applies changes.
2020-10-15 19:11:10 +02:00
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)