CRM/Core add missing comment blocks (autogenerated)
[civicrm-core.git] / CRM / Core / I18n / SchemaStructure_3_0_beta1.php
index ec106413f2c9be3b11c21e501aa24740100315e0..ddde1d66df0c27d6f5657452c56882dd8a033404 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.3                                                |
+ | 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_0_beta1 {
+  /**
+   * @return array
+   */
   static function &columns() {
     static $result = NULL;
     if (!$result) {
@@ -169,6 +172,9 @@ class CRM_Core_I18n_SchemaStructure_3_0_beta1 {
     return $result;
   }
 
+  /**
+   * @return array
+   */
   static function &indices() {
     static $result = NULL;
     if (!$result) {
@@ -247,6 +253,9 @@ class CRM_Core_I18n_SchemaStructure_3_0_beta1 {
     return $result;
   }
 
+  /**
+   * @return array
+   */
   static function &tables() {
     static $result = NULL;
     if (!$result) {