class AppendableAttributeValue (View source)

Properties

mixed $value

The attribute value.

Methods

void
__construct(mixed $value)

Create a new appendable attribute value.

string
__toString()

Get the string value.

Details

void __construct(mixed $value)

Create a new appendable attribute value.

Parameters

mixed $value

Return Value

void

string __toString()

Get the string value.

Return Value

string