private property PartyDefaultDataSet::$saving in Party 7
Same name and namespace in other branches
- 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
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;