private property PartyDefaultDataSet::$saving in Party 8.2
Same name and namespace in other branches
- 7 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 47 - Provides the default class for managing party - Attached entity relationships.
Class
- PartyDefaultDataSet
- Class PartyDefaultDataSet
Code
private $saving = FALSE;