class AppendableAttributeValue implements Stringable

Methods

__construct(mixed $value)

Create a new appendable attribute value.

string
__toString()

Get the string value.

Details

at line 14
__construct(mixed $value)

Create a new appendable attribute value.

Parameters

mixed $value

at line 22
string __toString()

Get the string value.

Return Value

string