setIsAbstract() public method

public setIsAbstract ( boolean $isAbstract ) : AbstractModel
$isAbstract boolean
return AbstractModel
 /**
  * @param AttributeHandler $tagAttribute
  * @param AbstractModel $model
  */
 protected function parseTagAttributeAbstract(AttributeHandler $tagAttribute, AbstractModel $model)
 {
     $model->setIsAbstract($tagAttribute->getValue(false, true, 'bool'));
 }