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

53 lines
1.0 KiB
Markdown

---
title: danog\MadelineProto\Settings\Templates: Web and CLI template settings for login.
description:
---
# `danog\MadelineProto\Settings\Templates`
[Back to index](../../../index.md)
> Author: Daniil Gentili <daniil@daniil.it>
Web and CLI template settings for login.
## Method list:
* `getHtmlTemplate(): string`
* `setHtmlTemplate(string $htmlTemplate): self`
* `hasChanged(): bool`
## Methods:
### `getHtmlTemplate(): string`
Get web template used for querying app information.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setHtmlTemplate(string $htmlTemplate): self`
Set web template used for querying app information.
Parameters:
* `$htmlTemplate`: `string` Web template used for querying app information.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `hasChanged(): bool`
Get whether this setting was changed, also applies changes.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)