class Illuminate / View / AppendableAttributeValue

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.