public function PartyDefaultDataSet::getParty in Party 8.2
Same name and namespace in other branches
- 7 includes/party.data.inc \PartyDefaultDataSet::getParty()
Method to return the party object
File
- includes/
party.data.inc, line 124 - Provides the default class for managing party - Attached entity relationships.
Class
- PartyDefaultDataSet
- Class PartyDefaultDataSet
Code
public function getParty() {
return $this->party;
}