You are here

protected function PartyDefaultDataSet::preSave in Party 8.2

Same name and namespace in other branches
  1. 7 includes/party.data.inc \PartyDefaultDataSet::preSave()

Overload any pre 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::preSave()
PartyDefaultDataSet::save in includes/party.data.inc
Save the attached entities information

File

includes/party.data.inc, line 722
Provides the default class for managing party - Attached entity relationships.

Class

PartyDefaultDataSet
Class PartyDefaultDataSet

Code

protected function preSave($save_entities, $has_lock) {
}