You are here

protected property PartyQuery::$base_alias in Party 8.2

Same name and namespace in other branches
  1. 7 includes/party.extender.inc \PartyQuery::base_alias

The alias of the base party table to build from. Defaults to party.

File

includes/party.extender.inc, line 19
Class to aid querying parties and attached entities.

Class

PartyQuery
Query extender for party attached entities.

Code

protected $base_alias = 'party';