protected function PartyDefaultDataSet::postAttach in Party 7
Same name and namespace in other branches
- 8.2 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 688 - Provides the default class for managing party - Attached entity relationships.
Class
- PartyDefaultDataSet
- Class PartyDefaultDataSet
Code
protected function postAttach($entity, $method, $delta) {
}