Added field title for Cache table
[civicrm-core.git] / CRM / Core / DAO / Cache.php
index 01536dda8ed0c391031bdfc4ce548220362d65b9..15f2f222680cf3b16c2e93475ec07b8ac34485bc 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/Cache.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:97df4edaa4829ea30a151dbb95ff754d)
+ * (GenCodeChecksum:4d3ccecb7d91aa67b8c78c3c39933ae8)
  */
 
 /**
@@ -29,6 +29,8 @@ class CRM_Core_DAO_Cache extends CRM_Core_DAO {
   public static $_log = FALSE;
 
   /**
+   * Unique table ID
+   *
    * @var int
    */
   public $id;
@@ -109,6 +111,8 @@ class CRM_Core_DAO_Cache extends CRM_Core_DAO {
         'id' => [
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
+          'title' => ts('Cache ID'),
+          'description' => ts('Unique table ID'),
           'required' => TRUE,
           'where' => 'civicrm_cache.id',
           'table_name' => 'civicrm_cache',
@@ -157,6 +161,7 @@ class CRM_Core_DAO_Cache extends CRM_Core_DAO {
         'component_id' => [
           'name' => 'component_id',
           'type' => CRM_Utils_Type::T_INT,
+          'title' => ts('Component ID'),
           'description' => ts('Component that this menu item belongs to'),
           'where' => 'civicrm_cache.component_id',
           'table_name' => 'civicrm_cache',