Exemplo n.º 1
0
 function _afterSave()
 {
     $reltype = $this->getData('reltype');
     $this->_removeRelatedLinks();
     $this->_saveRelatedLinks($reltype);
     parent::_afterSave();
 }
Exemplo n.º 2
0
 function _afterSave()
 {
     $this->_renewPermissions();
     $this->_updateSections();
     AMP_permission_update();
     parent::_afterSave();
 }
Exemplo n.º 3
0
 function _afterSave()
 {
     $this->_updateTemplates();
     $this->_updatePHPlistConfig();
     $this->_updatePunbbConfig();
     $this->_save_custom_config();
     $this->_clearCached();
     parent::_afterSave();
 }
Exemplo n.º 4
0
 function _afterSave()
 {
     $this->update_routes();
     parent::_afterSave();
 }
Exemplo n.º 5
0
 function _afterSave()
 {
     $this->_updateFormRef('AMPSchedule');
     $this->_updateFormRef('AMPAppointment');
     parent::_afterSave();
 }
Exemplo n.º 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();
 }
Exemplo n.º 7
0
 function _afterSave()
 {
     $this->_save_custom_config();
     $this->_save_route_slug();
     parent::_afterSave();
 }
Exemplo n.º 8
0
 function _afterSave()
 {
     $data = $this->getData();
     parent::_afterSave();
 }
Exemplo n.º 9
0
 function _afterSave()
 {
     AMP_permission_update();
     parent::_afterSave();
 }
Exemplo n.º 10
0
 function _afterSave()
 {
     $this->_renewPermissions();
     parent::_afterSave();
 }
Exemplo n.º 11
0
 function _afterSave()
 {
     $this->_saveLocations();
     parent::_afterSave();
 }