AppendableAttributeValue
class AppendableAttributeValue (View source)
Свойства
| mixed | $value | Значение атрибута. |
Методы
| void | __construct(mixed $value)
Создать новое значение атрибута, которое можно добавить. | |
| string | __toString()
Получить строковое значение. |
Детали
void __construct(mixed $value)
Создать новое значение атрибута, которое можно добавить.
string __toString()
Получить строковое значение.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/10.x/Illuminate/View/AppendableAttributeValue.html