*
* @return string the group where clause for this user
*/
- public static function whereClause($type,
+ public static function whereClause(
+ $type,
&$tables,
&$whereTables,
$contactID = NULL,
* @return string - The WHERE clause, or 0 on failure
* @static
*/
- public static function permissionClause(&$tables, $operation,
+ public static function permissionClause(
+ &$tables, $operation,
$object_table = NULL, $object_id = NULL,
$acl_id = NULL, $acl_role = FALSE
) {
*
* @return array
*/
- public static function group($type,
+ public static function group(
+ $type,
$contactID = NULL,
$tableName = 'civicrm_saved_search',
$allGroups = NULL,