Makes the property abstract. Requires at least one property hook to be specified as well.
$this The builder instance (for fluid interface)
public function makeAbstract() { $this->flags = BuilderHelpers::addModifier($this->flags, Modifiers::ABSTRACT); return $this; }