/home/techb158/dev.balacoffee.com/vendor/nikic/php-parser/lib/PhpParser/Node/Expr
Edit: /home/techb158/dev.balacoffee.com/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Include_.php (920B)
attributes = $attributes;
$this->expr = $expr;
$this->type = $type;
}
public function getSubNodeNames() : array {
return ['expr', 'type'];
}
public function getType() : string {
return 'Expr_Include';
}
}