You are here

protected function PartyDefaultDataSet::postAttach in Party 8.2

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

Overload any post attach logic

Parameters

object $entity:

string $method:

int $delta:

See also

PartyData::attachEntity()

1 call to PartyDefaultDataSet::postAttach()
PartyDefaultDataSet::attachEntity in includes/party.data.inc
Attach an entity to the party

File

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

Class

PartyDefaultDataSet
Class PartyDefaultDataSet

Code

protected function postAttach($entity, $method, $delta) {
}