Ejemplo n.º 1
0
 protected function _afterSave()
 {
     parent::_afterSave();
     if ($this->getCreateAttributeSet() === true) {
         $this->setCreateAttributeSet(false);
         $this->isObjectNew(false);
         $this->save();
     }
     return $this;
 }