Merge remote-tracking branch 'upstream/4.5' into 4.5-master-2015-01-05-23-28-33
[civicrm-core.git] / CRM / Core / I18n / SchemaStructure_4_5_alpha1.php
index a11f045ab344925069110cf3f146ae249cb9637f..390132ed39385942c39c26215f568ff9150331e1 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /*
 +--------------------------------------------------------------------+
-| CiviCRM version 4.5                                                |
+| CiviCRM version 4.6                                                |
 +--------------------------------------------------------------------+
 | Copyright CiviCRM LLC (c) 2004-2014                                |
 +--------------------------------------------------------------------+
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
  */
 class CRM_Core_I18n_SchemaStructure_4_5_alpha1 {
-  static function &columns() {
+  /**
+   * @return array
+   */
+  public static function &columns() {
     static $result = null;
     if (!$result) {
       $result = array(
@@ -182,7 +185,11 @@ class CRM_Core_I18n_SchemaStructure_4_5_alpha1 {
     }
     return $result;
   }
-  static function &indices()
+
+  /**
+   * @return array
+   */
+  public static function &indices()
   {
     static $result = null;
     if (!$result) {
@@ -220,7 +227,11 @@ class CRM_Core_I18n_SchemaStructure_4_5_alpha1 {
     }
     return $result;
   }
-  static function &tables()
+
+  /**
+   * @return array
+   */
+  public static function &tables()
   {
     static $result = null;
     if (!$result) {