X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCore%2FI18n%2FSchemaStructure_4_2_alpha1.php;h=b15c339ee8b059df87e0398d8f10272b573d6c3a;hb=785b0cfda8edb302604577e5992ad8168ddca3d8;hp=fb7d435d314cca334d095a7f31a1bdf02601ef28;hpb=b67022d16d25106799f57d39e9301b3f00af619c;p=civicrm-core.git diff --git a/CRM/Core/I18n/SchemaStructure_4_2_alpha1.php b/CRM/Core/I18n/SchemaStructure_4_2_alpha1.php index fb7d435d31..b15c339ee8 100644 --- a/CRM/Core/I18n/SchemaStructure_4_2_alpha1.php +++ b/CRM/Core/I18n/SchemaStructure_4_2_alpha1.php @@ -33,6 +33,9 @@ */ class CRM_Core_I18n_SchemaStructure_4_2_alpha1 { + /** + * @return array + */ static function &columns() { static $result = null; @@ -178,6 +181,10 @@ class CRM_Core_I18n_SchemaStructure_4_2_alpha1 } return $result; } + + /** + * @return array + */ static function &indices() { static $result = null; @@ -216,6 +223,10 @@ class CRM_Core_I18n_SchemaStructure_4_2_alpha1 } return $result; } + + /** + * @return array + */ static function &tables() { static $result = null;