Add another constant to const group
string|Identifier $name Name:
Node\Expr|bool|null|int|float|string|array|\UnitEnum $value Value:
$this The builder instance (for fluid interface)
public function addConst($name, $value) { $this->constants[] = new Const_($name, BuilderHelpers::normalizeValue($value)); return $this; }