Constructs a node representing a string part of an interpolated string.
string $value String value:
array<string, mixed> $attributes Additional attributes:
Overrides NodeAbstract::__construct
public function __construct(string $value, array $attributes = []) { $this->attributes = $attributes; $this->value = $value; }