X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=api%2Fv3%2FAcl.php;h=2ad97bc28ce91356ab0a23c4dc4be67fa689e497;hb=85bb0909cffd925f4cd5c0022a68a1ff74d3ad8e;hp=93ac3c0dc9349865d0983e0d57cb0337a822c87a;hpb=53128a92d19ec8f0526b48a4a0c044bb0d671d84;p=civicrm-core.git diff --git a/api/v3/Acl.php b/api/v3/Acl.php index 93ac3c0dc9..2ad97bc28c 100644 --- a/api/v3/Acl.php +++ b/api/v3/Acl.php @@ -2,9 +2,9 @@ /* +--------------------------------------------------------------------+ - | CiviCRM version 4.4 | + | CiviCRM version 4.5 | +--------------------------------------------------------------------+ - | Copyright CiviCRM LLC (c) 2004-2013 | + | Copyright CiviCRM LLC (c) 2004-2014 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | @@ -41,6 +41,8 @@ * {@getfields acl_create} * @example aclCreate.php * + * @param $params + * * @return array of newly created acl property values. * @access public */ @@ -55,6 +57,8 @@ function civicrm_api3_acl_create($params) { * {@getfields acl_get} * @example aclCreate.php * + * @param $params + * * @return array of retrieved acl property values. * @access public */ @@ -69,6 +73,8 @@ function civicrm_api3_acl_get($params) { * {@getfields acl_delete} * @example aclCreate.php * + * @param $params + * * @return array of deleted values. * @access public */