Пример #1
0
 function _afterSave()
 {
     $reltype = $this->getData('reltype');
     $this->_removeRelatedLinks();
     $this->_saveRelatedLinks($reltype);
     parent::_afterSave();
 }
Пример #2
0
 function _afterSave()
 {
     $this->_renewPermissions();
     $this->_updateSections();
     AMP_permission_update();
     parent::_afterSave();
 }
Пример #3
0
 function _afterSave()
 {
     $this->_updateTemplates();
     $this->_updatePHPlistConfig();
     $this->_updatePunbbConfig();
     $this->_save_custom_config();
     $this->_clearCached();
     parent::_afterSave();
 }
Пример #4
0
 function _afterSave()
 {
     $this->update_routes();
     parent::_afterSave();
 }
Пример #5
0
 function _afterSave()
 {
     $this->_updateFormRef('AMPSchedule');
     $this->_updateFormRef('AMPAppointment');
     parent::_afterSave();
 }
Пример #6
0
 function _afterSave()
 {
     if ($this->_save_with_callbacks) {
         $this->_save_aliases();
         $this->_save_route_slug();
         $this->_save_sections_related();
         $this->_save_tags();
     }
     parent::_afterSave();
 }
Пример #7
0
 function _afterSave()
 {
     $this->_save_custom_config();
     $this->_save_route_slug();
     parent::_afterSave();
 }
Пример #8
0
 function _afterSave()
 {
     $data = $this->getData();
     parent::_afterSave();
 }
Пример #9
0
 function _afterSave()
 {
     AMP_permission_update();
     parent::_afterSave();
 }
Пример #10
0
 function _afterSave()
 {
     $this->_renewPermissions();
     parent::_afterSave();
 }
Пример #11
0
 function _afterSave()
 {
     $this->_saveLocations();
     parent::_afterSave();
 }