protected function doUpdateObject($values)
 {
     $this->updateGroupsList($values);
     $this->updatePermissionsList($values);
     $this->updateCampaignList($values);
     parent::doUpdateObject($values);
 }
Пример #2
0
 protected function doUpdateObject($values)
 {
     parent::doUpdateObject($values);
 }
Пример #3
0
 protected function doUpdateObject($values)
 {
     parent::doUpdateObject($values);
     $this->doUpdateObjectForEmbeddedMediaForm($values, 'image_id', 'Image');
     $this->doUpdateObjectForEmbeddedMediaForm($values, 'file_id', 'File');
 }
 protected function doUpdateObject($values)
 {
     $this->updatePetitionSigningList($values);
     parent::doUpdateObject($values);
 }
 protected function doUpdateObject($values)
 {
     $this->updateUsersList($values);
     $this->updatePermissionsList($values);
     parent::doUpdateObject($values);
 }
 protected function doUpdateObject($values)
 {
     $this->updateContactList($values);
     parent::doUpdateObject($values);
 }
 protected function doUpdateObject($values)
 {
     $this->updateGroupList($values);
     parent::doUpdateObject($values);
 }
 protected function doUpdateObject($values)
 {
     $this->updatesfGuardUserList($values);
     parent::doUpdateObject($values);
 }