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