Constructs an include node.
Expr $expr Expression:
int $type Type of include:
array<string, mixed> $attributes Additional attributes:
public function __construct(Expr $expr, int $type, array $attributes = []) { $this->attributes = $attributes; $this->expr = $expr; $this->type = $type; }