class
Illuminate
/
View
/
AppendableAttributeValue
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.
AppendableAttributeValue
Implements
- Stringable
Properties
public
$value
mixed
The attribute value.
Default: null
Methods
public
__construct ( $value ) : void
Create a new appendable attribute value.
Parameters
- $value mixed
public
__toString ( ) : string
Get the string value.