Comment fixes and function clean-up for CRM/Activity directory.
[civicrm-core.git] / CRM / Activity / BAO / ActivityContact.php
index 6ce714310ee5c1816cb0f3d5881ea2eddc805c63..2fd873e38b48d8fd501196e922c7f94629a2acc5 100644 (file)
  *
  * @package CRM
  * @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
  */
 
 /**
- * This class is for activity assignment functions
- *
+ * This class is for activity assignment functions.
  */
 class CRM_Activity_BAO_ActivityContact extends CRM_Activity_DAO_ActivityContact {
 
@@ -146,15 +143,13 @@ AND        civicrm_contact.is_deleted = 0
    * Should look a bit like
    *       [local_col_name] => "related_tablename:related_col_name"
    *
+   * @see DB_DataObject::getLinks()
+   * @see DB_DataObject::getLink()
    *
    * @return array|null
    *           array       = if there are links defined for this table.
    *           empty array - if there is a links.ini file, but no links on this table
    *           null        - if no links.ini exists for this database (hence try auto_links).
-   * @see      DB_DataObject::getLinks(), DB_DataObject::getLink()
-   */
-  /**
-   * @return array|null
    */
   public function links() {
     $link = array('activity_id' => 'civicrm_activity:id');