protected function PartyDefaultDataSet::postSave in Party 8.2
Same name and namespace in other branches
- 7 includes/party.data.inc \PartyDefaultDataSet::postSave()
Overload any post save logic
Parameters
bool $save_entities: Whether or not to save entities as we go through them.
bool $has_lock: Whether this is a top level save call rather than a nested call. Nested calls shouldn't save anything unnecessary to prevent conflicts. See PartyDefaultDataSet::save() for more information.
See also
PartyData::save()
1 call to PartyDefaultDataSet::postSave()
- PartyDefaultDataSet::save in includes/
party.data.inc - Save the attached entities information
File
- includes/
party.data.inc, line 736 - Provides the default class for managing party - Attached entity relationships.
Class
- PartyDefaultDataSet
- Class PartyDefaultDataSet
Code
protected function postSave($save_entities, $has_lock) {
}