setIsAbstract() 공개 메소드

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