gossi\codegen\model\parts\AbstractPart::setAbstract PHP Method

setAbstract() public method

Sets this to abstract
public setAbstract ( boolean $bool )
$bool boolean `true` for abstract and `false` if not
    public function setAbstract($bool)
    {
        $this->abstract = (bool) $bool;
        return $this;
    }