class CRM_Utils_SQL

Just another collection of static utils functions.

Methods

static array
mergeSubquery(string $entity, string $joinColumn = 'id')

Helper function for adding the permissioned subquery from one entity onto another

Details

at line 43
static array mergeSubquery(string $entity, string $joinColumn = 'id')

Helper function for adding the permissioned subquery from one entity onto another

Parameters

string $entity
string $joinColumn

Return Value

array