/home/techb158/ileadtechnology.com/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt
Edit: /home/techb158/ileadtechnology.com/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Global_.php (675B)
attributes = $attributes;
$this->vars = $vars;
}
public function getSubNodeNames() : array {
return ['vars'];
}
public function getType() : string {
return 'Stmt_Global';
}
}