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