Constructs a function call node.
Node\Name|Expr|Node\Stmt\Class_ $class Class name (or class node for anonymous classes):
array<Arg|VariadicPlaceholder> $args Arguments:
array<string, mixed> $attributes Additional attributes:
public function __construct(Node $class, array $args = [], array $attributes = []) { $this->attributes = $attributes; $this->class = $class; $this->args = $args; }