Skip to content
Snippets Groups Projects
Unverified Commit 53f0d4d9 authored by colemanw's avatar colemanw Committed by GitHub
Browse files

Merge pull request #588 from artfulrobot/patch-1

Update hook_civicrm_aclWhereClause.md
parents 1a6ac90b f4407ddb
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,14 @@ query is performed. Those will join onto the
## Parameters
- $type - type of permission needed
- $type - Integer type of permission needed, matching these class constants:
- `CRM_Core_Permission::EDIT`
- `CRM_Core_Permission::VIEW`
- `CRM_Core_Permission::DELETE`
- `CRM_Core_Permission::CREATE`
- `CRM_Core_Permission::SEARCH`
- `CRM_Core_Permission::ALL`
- `CRM_Core_Permission::ADMIN`
- array $tables - (reference ) add the tables that are needed for the
select clause
- array $whereTables - (reference ) add the tables that are needed
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment