Contact
class Contact extends DAOEntity
Contacts - Individuals, Organizations, Households.
This is the central entity in the CiviCRM database, and links to many other entities (Email, Phone, Participant, etc.).
Creating a new contact requires at minimum a name or email address.
Methods
static
getFields()
No description
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
getChecksum()
No description
static
validateChecksum()
No description
Details
in AbstractEntity at line 66
static GetActions
getActions()
at line 52
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.