Merge pull request #3632 from eileenmcnaughton/tests
[civicrm-core.git] / CRM / Core / TableHierarchy.php
index 36e5608b4363fbc48c3e6dbfcb883695618903a6..7e050e15e6e5c2ceec916e3fa00bd91a9438ee48 100644 (file)
@@ -2,9 +2,9 @@
 
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.4                                                |
+ | CiviCRM version 4.5                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2013                                |
+ | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
@@ -30,7 +30,7 @@
  * Class representing the table relationships
  *
  * @package CRM
- * @copyright CiviCRM LLC (c) 2004-2013
+ * @copyright CiviCRM LLC (c) 2004-2014
  * $Id$
  *
  */
@@ -78,6 +78,9 @@ class CRM_Core_TableHierarchy {
     'civicrm_mailing_event_trackable_url_open' => '42',
   );
 
+  /**
+   * @return array
+   */
   static function &info() {
     //get the campaign related tables.
     CRM_Campaign_BAO_Query::info(self::$info);