class AppendableAttributeValue implements Stringable (View source)

Properties

mixed $value

The attribute value.

Methods

__construct(mixed $value)

Create a new appendable attribute value.

string
__toString()

Get the string value.

Details

__construct(mixed $value)

Create a new appendable attribute value.

Parameters

mixed $value

string __toString()

Get the string value.

Return Value

string