You are here

protected function PartyDefaultDataSet::preDetach in Party 7

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

Overload any pre detach logic

$delta can be taken by reference, allowing you to make alterations to the detach behaviour.

Parameters

int $delta:

See also

PartyData::detachEntity()

1 call to PartyDefaultDataSet::preDetach()
PartyDefaultDataSet::detachEntityByDelta in includes/party.data.inc
Detatch an entity by delta

File

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

Class

PartyDefaultDataSet
Class PartyDefaultDataSet

Code

protected function preDetach($delta) {
}