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

53 lines
1.0 KiB
Markdown
Raw Normal View History

2020-10-15 18:42:54 +02:00
---
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.
2020-10-15 19:11:10 +02:00
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
2020-10-15 18:42:54 +02:00
### `setHtmlTemplate(string $htmlTemplate): self`
Set web template used for querying app information.
Parameters:
* `$htmlTemplate`: `string` Web template used for querying app information.
2020-10-15 19:11:10 +02:00
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
2020-10-15 18:42:54 +02:00
### `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)
2020-10-15 18:42:54 +02:00
2020-10-15 19:11:10 +02:00
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)