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