Merge remote-tracking branch 'upstream/4.4' into 4.4-master-2014-06-30-11-58-01
[civicrm-core.git] / CRM / Core / I18n / SchemaStructure_3_3_beta1.php
index 6d3d713b046cbfd234777aca3e91b1a3ccc115e9..28e88948749fd6195023d56041832fc2e3056a4b 100644 (file)
@@ -33,6 +33,9 @@
  *
  */
 class CRM_Core_I18n_SchemaStructure_3_3_beta1 {
+  /**
+   * @return array
+   */
   static
   function &columns() {
     static $result = NULL;
@@ -198,6 +201,10 @@ class CRM_Core_I18n_SchemaStructure_3_3_beta1 {
     }
     return $result;
   }
+
+  /**
+   * @return array
+   */
   static
   function &indices() {
     static $result = NULL;
@@ -276,6 +283,10 @@ class CRM_Core_I18n_SchemaStructure_3_3_beta1 {
     }
     return $result;
   }
+
+  /**
+   * @return array
+   */
   static
   function &tables() {
     static $result = NULL;