Example #1
0
 public function afterSave()
 {
     $afterSave = parent::afterSave();
     if ($this->isPublishing) {
         $this->object->notifyUpdateServices();
         $this->object->sendNotifications();
     }
     $this->clearContainerCache();
     return $afterSave;
 }