Makes the class readonly.
$this The builder instance (for fluid interface)
public function makeReadonly() { $this->flags = BuilderHelpers::addClassModifier($this->flags, Modifiers::READONLY); return $this; }