Makes the constant private.
$this The builder instance (for fluid interface)
public function makePrivate() { $this->flags = BuilderHelpers::addModifier($this->flags, Modifiers::PRIVATE); return $this; }