protected function afterSave()
 {
     return parent::afterSave();
 }
Example #2
0
 /**
  *
  */
 protected function afterSave()
 {
     $this->actionCount();
     return parent::afterSave();
 }
Example #3
0
 protected function afterSave()
 {
     parent::afterSave();
     $this->compressOrdering();
 }