예제 #1
0
 public function afterUpdate()
 {
     // Save the body_html and body_plain fields
     $this->saveBodyHtml();
     $this->saveBodyPlain();
     parent::afterUpdate();
 }
예제 #2
0
 public function afterUpdate()
 {
     parent::afterUpdate();
     $this->updateSites();
 }
예제 #3
0
 public function afterUpdate()
 {
     parent::afterUpdate();
     //SiteApi::executeUpdate(2);
 }