HtmlString
class HtmlString implements Htmlable (View source)
Свойства
| protected string | $html | Строка HTML. |
Методы
| void | __construct(string $html = '')
Создать новый экземпляр строки HTML. | |
| string | toHtml()
Получить строку HTML. | |
| bool | isEmpty()
Определить, пуста ли данная строка HTML. | |
| string | __toString()
Получить строку HTML. |
Подробности
void __construct(string $html = '')
Создать новый экземпляр строки HTML.
string toHtml()
Получить строку HTML.
bool isEmpty()
Определить, пуста ли данная строка HTML.
string __toString()
Получить строку HTML.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/7.x/Illuminate/Support/HtmlString.html