$attributes Additional attributes */ public function __construct(array $consts, array $attributes = []) { $this->attributes = $attributes; $this->consts = $consts; } public function getSubNodeNames(): array { return ['consts']; } public function getType(): string { return 'Stmt_Const'; } }