AppendableAttributeValue
class AppendableAttributeValue (View source)
Properties
mixed | $value | The attribute value. |
Methods
void | __construct(mixed $value) Create a new appendable attribute value. | |
string | __toString() Get the string value. |
Details
void __construct(mixed $value)
Create a new appendable attribute value.
string __toString()
Get the string value.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/8.x/Illuminate/View/AppendableAttributeValue.html