X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FActivity%2FBAO%2FActivityContact.php;h=752f442c7aae3412f2f710b0f136ca29c2e0eeef;hb=7a86e9ede3a83491f1e831da64537304e37ee837;hp=0ea9940f503b40506b3f0df1390ffc80dad250fb;hpb=3838662faff56daff7b4fbbd25c60a4b7242a484;p=civicrm-core.git diff --git a/CRM/Activity/BAO/ActivityContact.php b/CRM/Activity/BAO/ActivityContact.php index 0ea9940f50..752f442c7a 100644 --- a/CRM/Activity/BAO/ActivityContact.php +++ b/CRM/Activity/BAO/ActivityContact.php @@ -40,14 +40,14 @@ class CRM_Activity_BAO_ActivityContact extends CRM_Activity_DAO_ActivityContact { /** - * class constructor + * Class constructor */ function __construct() { parent::__construct(); } /** - * funtion to add activity contact + * Funtion to add activity contact * * @param array $params the values for this table: activity id, contact id, record type * @@ -66,15 +66,12 @@ class CRM_Activity_BAO_ActivityContact extends CRM_Activity_DAO_ActivityContact } /** - * function to retrieve names of contact by activity_id + * Retrieve names of contact by activity_id * - * @param $activityID - * @param $recordTypeID + * @param int $activityID + * @param int $recordTypeID * @param bool $alsoIDs * - * @internal param int $id ID of the activity - * @internal param string $type type of interaction - * * @return array * * @access public @@ -110,12 +107,10 @@ AND contact_a.is_deleted = 0 } /** - * function to retrieve id of target contact by activity_id - * - * @param $activityID - * @param $recordTypeID + * Retrieve id of target contact by activity_id * - * @internal param int $id ID of the activity + * @param int $activityID + * @param int $recordTypeID * * @return mixed *