Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
plugins
CiviCRM Network Groups
Commits
d0d1bf9b
Commit
d0d1bf9b
authored
Mar 11, 2019
by
Christian Wach
⚽
Browse files
Refine code commentary
parent
0de61b4c
Changes
2
Hide whitespace changes
Inline
Side-by-side
includes/civicrm-network-groups-civicrm.php
View file @
d0d1bf9b
...
...
@@ -57,7 +57,12 @@ class CiviCRM_Network_Groups_CiviCRM {
/**
* Get all Groups that are synced between CiviCRM and "Groups".
* Get all CiviCRM Groups that are synced between CiviCRM and "Groups".
*
* Groups with sync have to be fetched from CiviCRM because "Groups" groups
* have no mechanism for storing metadata. "CiviCRM Groups Sync" stores the
* synced group metadata in the "source" field with a (hopefully) unique
* prefix: "synced-group-" followed by the numeric ID of the "Groups" group.
*
* @since 0.1
*
...
...
@@ -116,7 +121,7 @@ class CiviCRM_Network_Groups_CiviCRM {
/**
* Get the Groups for a given CiviCRM contact ID.
* Get the
CiviCRM
Groups for a given CiviCRM contact ID.
*
* @since 0.1
*
...
...
@@ -161,7 +166,7 @@ class CiviCRM_Network_Groups_CiviCRM {
/**
* Get the Group IDs for a given CiviCRM contact ID.
* Get the
CiviCRM
Group IDs for a given CiviCRM contact ID.
*
* @since 0.1
*
...
...
@@ -240,7 +245,7 @@ class CiviCRM_Network_Groups_CiviCRM {
/**
*
Delet
e a CiviCRM contact from a CiviCRM group.
*
Remov
e a CiviCRM contact from a CiviCRM group.
*
* @since 0.1
*
...
...
includes/civicrm-network-groups-wordpress.php
View file @
d0d1bf9b
...
...
@@ -58,7 +58,7 @@ class CiviCRM_Network_Groups_WordPress {
/**
* Add N
ational
Groups UI on
User Edit
screen.
* Add N
etwork
Groups UI on
"Edit User"
screen.
*
* @since 0.1
*
...
...
@@ -123,7 +123,7 @@ class CiviCRM_Network_Groups_WordPress {
/**
* Save data when form is submitted on user's own
User Edit
screen.
* Save data when form is submitted on user's own
"Edit User"
screen.
*
* @since 0.1
*
...
...
@@ -139,7 +139,7 @@ class CiviCRM_Network_Groups_WordPress {
/**
* Save data when form is submitted on another user's
User Edit
screen.
* Save data when form is submitted on another user's
"Edit User"
screen.
*
* @since 0.1
*
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment