W3cubDocs

/Laravel 8

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.

Parameters

mixed $value

Return Value

void

string __toString()

Get the string value.

Return Value

string

© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/8.x/Illuminate/View/AppendableAttributeValue.html