Activity
class Activity extends DAOEntity
Activity entity.
This entity adds record of any scheduled or completed interaction with one or more contacts. Each activity record is tightly linked to other CiviCRM constituents. With this API you can manually create an activity of desired type for your organisation or any other contact.
Creating a new Activity requires at minimum a activity_type_id, entity ID and object_table
An activity is a record of some type of interaction with one or more contacts.
Methods
Returns a list of permissions needed to access the various actions in this api.
Magic method to return the action object for an api.
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.