Constructs a shell exec (backtick) node.
(Expr|InterpolatedStringPart)[] $parts Interpolated string array:
array<string, mixed> $attributes Additional attributes:
public function __construct(array $parts, array $attributes = []) { $this->attributes = $attributes; $this->parts = $parts; }