X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=Civi%2FApi4%2FACL.php;h=db5f774fdee389bef2dee5fc37a8d4d660e1b607;hb=391a1c4aa24b01f7c68389263476e98a48d71630;hp=5ac059f6131925e1472f1a3178aa2e1ca6c3d818;hpb=7c786c47ec7c1e526563c25b5c3ad7df0e4967fa;p=civicrm-core.git diff --git a/Civi/Api4/ACL.php b/Civi/Api4/ACL.php index 5ac059f613..db5f774fde 100644 --- a/Civi/Api4/ACL.php +++ b/Civi/Api4/ACL.php @@ -14,8 +14,6 @@ * * @package CRM * @copyright CiviCRM LLC https://civicrm.org/licensing - * $Id$ - * */ @@ -26,11 +24,11 @@ namespace Civi\Api4; * * An ACL record consists of: * - * - an Operation (e.g. 'View' or 'Edit') - * - a set of Data that the operation can be performed on (e.g. a group of contacts) - * - and a Role that has permission to do this operation. + * 1. An Operation (e.g. 'View' or 'Edit'). + * 2. A set of Data that the operation can be performed on (e.g. a group of contacts). + * 3. A Role that has permission to do this operation. * - * Creating a new ACL requires at minimum a entity table, entity ID and object_table. + * Creating a new ACL requires at minimum an entity table, entity ID and object_table. * * @see https://docs.civicrm.org/user/en/latest/initial-set-up/permissions-and-access-control * @package Civi\Api4