X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=Civi%2FApi4%2FACL.php;h=5ac059f6131925e1472f1a3178aa2e1ca6c3d818;hb=553f19a47a54642f932ad147909e5c92787a9448;hp=7e037a5b38997227e70841930f7c4b75aae1a815;hpb=eda4c5942ca6c0f3f394957acac921b9d3d9854e;p=civicrm-core.git diff --git a/Civi/Api4/ACL.php b/Civi/Api4/ACL.php index 7e037a5b38..5ac059f613 100644 --- a/Civi/Api4/ACL.php +++ b/Civi/Api4/ACL.php @@ -22,15 +22,17 @@ namespace Civi\Api4; /** - * ACL Entity. + * ACL (Access Control List). * - * This entity holds the ACL informatiom. With this entity you add/update/delete an ACL permission which 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. For more info refer to - * https://docs.civicrm.org/user/en/latest/initial-set-up/permissions-and-access-control for more info. + * An ACL record consists of: * - * Creating a new ACL requires at minimum a entity table, entity ID and object_table + * - 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. * + * Creating a new ACL requires at minimum a 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 */ class ACL extends Generic\DAOEntity {