You are here

private property PartyDefaultDataSet::$saving in Party 7

Same name and namespace in other branches
  1. 8.2 includes/party.data.inc \PartyDefaultDataSet::saving

var $saving A flag to indicate whether we're currently doing a controller save to prevent concurrency issues.

See also

PartyDefaultDataSet::save()

File

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

Class

PartyDefaultDataSet
Class PartyDefaultDataSet

Code

private $saving = FALSE;