Merge pull request #3339 from yashodha/CRM-14664
[civicrm-core.git] / CRM / Core / I18n / SchemaStructure_3_4_beta3.php
index 4dc6bd3c482e6734299eceb76459e48a9370b92c..28bba0ee38a66f5a6d1981bed7bd1e72b02260c5 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 /*
 +--------------------------------------------------------------------+
-| 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.                                    |
 |                                                                    |
 /**
  *
  * @package CRM
- * @copyright CiviCRM LLC (c) 2004-2013
+ * @copyright CiviCRM LLC (c) 2004-2014
  * $Id$
  *
  */
 class CRM_Core_I18n_SchemaStructure_3_4_beta3 {
+  /**
+   * @return array
+   */
   static function &columns() {
     static $result = NULL;
     if (!$result) {
@@ -165,6 +168,9 @@ class CRM_Core_I18n_SchemaStructure_3_4_beta3 {
     return $result;
   }
 
+  /**
+   * @return array
+   */
   static function &indices() {
     static $result = NULL;
     if (!$result) {
@@ -203,6 +209,9 @@ class CRM_Core_I18n_SchemaStructure_3_4_beta3 {
     return $result;
   }
 
+  /**
+   * @return array
+   */
   static function &tables() {
     static $result = NULL;
     if (!$result) {