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