class
Illuminate
/
View
/
AppendableAttributeValue
You are viewing an older version of the documentation. For the latest, please visit master documentation.
AppendableAttributeValue
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.