GroupContact
class GroupContact extends DAOEntity
GroupContact entity - link between groups and contacts.
A contact can either be "Added" "Removed" or "Pending" in a group. CiviCRM only considers them to be "in" a group if their status is "Added".
Methods
static array
permissions()
Returns a list of permissions needed to access the various actions in this api.
from AbstractEntity
static AbstractAction
__callStatic(string $action, null $args)
Magic method to return the action object for an api.
from AbstractEntity
static DAOGetAction
save()
No description
static DAOCreateAction
create()
No description
static DAOUpdateAction
update()
No description
Details
in AbstractEntity at line 66
static GetActions
getActions()
in DAOEntity at line 62
static
getFields()
in AbstractEntity at line 84
static array
permissions()
Returns a list of permissions needed to access the various actions in this api.
in AbstractEntity at line 99
static protected string
getEntityName()
Get entity name from called class
in AbstractEntity at line 111
static AbstractAction
__callStatic(string $action, null $args)
Magic method to return the action object for an api.