Merge pull request #3216 from xurizaemon/CRM-14596
[civicrm-core.git] / CRM / Activity / BAO / ActivityContact.php
index 32612b0288def9ec51409db3e9953d08f70edbf5..1a21e3d2738cf773727528c3203fa06f62f6f10c 100644 (file)
@@ -68,13 +68,16 @@ class CRM_Activity_BAO_ActivityContact extends CRM_Activity_DAO_ActivityContact
   /**
    * function to retrieve names of contact by activity_id
    *
-   * @param int    $id   ID of the activity
-   * @param string $type type of interaction
+   * @param $activityID
+   * @param $recordTypeID
+   * @param bool $alsoIDs
+   *
+   * @internal param int $id ID of the activity
+   * @internal param string $type type of interaction
    *
    * @return array
    *
    * @access public
-   *
    */
   static function getNames($activityID, $recordTypeID, $alsoIDs = FALSE) {
     $names = array();