fix version in header
[civicrm-core.git] / CRM / Activity / BAO / ActivityAssignment.php
index 9d93c74652f752fd4552781e86600eb2b05d4a53..325c386211e805ccd4f2939d99f720cf5e0cbf32 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.5                                                |
+ | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
@@ -40,7 +40,7 @@
 class CRM_Activity_BAO_ActivityAssignment extends CRM_Activity_DAO_ActivityContact {
 
   /**
-   * class constructor
+   * Class constructor
    */
   function __construct() {
     parent::__construct();
@@ -51,8 +51,6 @@ class CRM_Activity_BAO_ActivityAssignment extends CRM_Activity_DAO_ActivityConta
    *
    * @param array $params (reference ) an assoc array of name/value pairs
    *
-   * @internal param array $ids (reference ) the array that holds all the db ids
-   *
    * @return object activity type of object that is added
    * @access public
    */
@@ -70,11 +68,9 @@ class CRM_Activity_BAO_ActivityAssignment extends CRM_Activity_DAO_ActivityConta
   /**
    * Retrieve assignee_id by activity_id
    *
-   * @param $activity_id
-   *
-   * @internal param int $id ID of the activity
+   * @param int $activity_id
    *
-   * @return void
+   * @return array
    *
    * @access public
    */