You are here

protected property PartyQuery::$fields in Party 7

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

An array of field table aliases keyed by data_set_name:data_set_delta:field_name:field_delta:type that we have joined to.

See also

PartyQuery::party_attached_entity.

File

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

Class

PartyQuery
Query extender for party attached entities.

Code

protected $fields = array();