コード例 #1
0
 protected function afterSave()
 {
     parent::afterSave();
     if (!empty($this->orderedEavAttributes)) {
         if ($this->oldEavAttributes !== $this->orderedEavAttributes) {
             $this->updateEavAttributeOrder($this->orderedEavAttributes);
         }
     }
 }
コード例 #2
0
 protected function afterSave()
 {
     $this->refreshEavAttributes();
     parent::afterSave();
 }