X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCore%2FDAO%2FPrevNextCache.php;h=59bedfc09ca9bcdc94210996a376e102a2ec961a;hb=39c3fbcda92848d435b973f403d041fff51e4d4e;hp=bc01e75e1c94aa855dd6001fdc924ce627906786;hpb=25833519fc4c33bff4d5ffa1466d3f19821a8efe;p=civicrm-core.git diff --git a/CRM/Core/DAO/PrevNextCache.php b/CRM/Core/DAO/PrevNextCache.php index bc01e75e1c..59bedfc09c 100644 --- a/CRM/Core/DAO/PrevNextCache.php +++ b/CRM/Core/DAO/PrevNextCache.php @@ -2,11 +2,11 @@ /** * @package CRM - * @copyright CiviCRM LLC (c) 2004-2018 + * @copyright CiviCRM LLC (c) 2004-2019 * * Generated from xml/schema/CRM/Core/PrevNextCache.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:cfce4435348e53ba9941ce5ed223c05b) + * (GenCodeChecksum:ec5d04442cf8976a3163cabeb3ba433c) */ /** @@ -103,7 +103,7 @@ class CRM_Core_DAO_PrevNextCache extends CRM_Core_DAO { 'name' => 'entity_table', 'type' => CRM_Utils_Type::T_STRING, 'title' => ts('Prev Next Entity Table'), - 'description' => 'physical tablename for entity being joined to discount, e.g. civicrm_event', + 'description' => ts('physical tablename for entity being joined to discount, e.g. civicrm_event'), 'maxlength' => 64, 'size' => CRM_Utils_Type::BIG, 'table_name' => 'civicrm_prevnext_cache', @@ -115,7 +115,7 @@ class CRM_Core_DAO_PrevNextCache extends CRM_Core_DAO { 'name' => 'entity_id1', 'type' => CRM_Utils_Type::T_INT, 'title' => ts('Prev Next Entity ID 1'), - 'description' => 'FK to entity table specified in entity_table column.', + 'description' => ts('FK to entity table specified in entity_table column.'), 'required' => TRUE, 'table_name' => 'civicrm_prevnext_cache', 'entity' => 'PrevNextCache', @@ -126,8 +126,8 @@ class CRM_Core_DAO_PrevNextCache extends CRM_Core_DAO { 'name' => 'entity_id2', 'type' => CRM_Utils_Type::T_INT, 'title' => ts('Prev Next Entity ID 2'), - 'description' => 'FK to entity table specified in entity_table column.', - 'required' => TRUE, + 'description' => ts('FK to entity table specified in entity_table column.'), + 'required' => FALSE, 'table_name' => 'civicrm_prevnext_cache', 'entity' => 'PrevNextCache', 'bao' => 'CRM_Core_BAO_PrevNextCache', @@ -137,7 +137,7 @@ class CRM_Core_DAO_PrevNextCache extends CRM_Core_DAO { 'name' => 'cacheKey', 'type' => CRM_Utils_Type::T_STRING, 'title' => ts('Cache Key'), - 'description' => 'Unique path name for cache element of the searched item', + 'description' => ts('Unique path name for cache element of the searched item'), 'maxlength' => 255, 'size' => CRM_Utils_Type::HUGE, 'table_name' => 'civicrm_prevnext_cache', @@ -149,7 +149,7 @@ class CRM_Core_DAO_PrevNextCache extends CRM_Core_DAO { 'name' => 'data', 'type' => CRM_Utils_Type::T_LONGTEXT, 'title' => ts('Prev Next Data'), - 'description' => 'cached snapshot of the serialized data', + 'description' => ts('cached snapshot of the serialized data'), 'table_name' => 'civicrm_prevnext_cache', 'entity' => 'PrevNextCache', 'bao' => 'CRM_Core_BAO_PrevNextCache',