Ejemplo n.º 1
0
 protected function afterSave()
 {
     return parent::afterSave();
 }
Ejemplo n.º 2
0
 /**
  *
  */
 protected function afterSave()
 {
     $this->actionCount();
     return parent::afterSave();
 }
Ejemplo n.º 3
0
 protected function afterSave()
 {
     parent::afterSave();
     $this->compressOrdering();
 }