INFRA-132 - Batch #7
[civicrm-core.git] / CRM / Core / I18n / SchemaStructure_3_0_alpha1.php
index a3f1b9f4d02d222b0948e57f36a7ec82391394aa..cb8796712641fe007f221cd58a409936ef197e99 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.5                                                |
+ | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
@@ -36,7 +36,7 @@ class CRM_Core_I18n_SchemaStructure_3_0_alpha1 {
   /**
    * @return array
    */
-  static function &columns() {
+  public static function &columns() {
     static $result = NULL;
     if (!$result) {
       $result = array(
@@ -167,7 +167,7 @@ class CRM_Core_I18n_SchemaStructure_3_0_alpha1 {
   /**
    * @return array
    */
-  static function &indices() {
+  public static function &indices() {
     static $result = NULL;
     if (!$result) {
       $result = array(
@@ -238,9 +238,9 @@ class CRM_Core_I18n_SchemaStructure_3_0_alpha1 {
   }
 
   /**
-   * @return array
+   * @return array $result
    */
-  static  function &tables() {
+  public static function &tables() {
     static $result = NULL;
     if (!$result) {
       $result = array_keys(self::columns());
@@ -248,4 +248,3 @@ class CRM_Core_I18n_SchemaStructure_3_0_alpha1 {
     return $result;
   }
 }
-