Merge pull request #17863 from demeritcowboy/be-greener
[civicrm-core.git] / CRM / ACL / DAO / ACLCache.php
index 958223b878aec7441021362a76a74424dde6f39f..9e7ede4882df4e32895c1cf7bfa0af98cb4db4d7 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/ACL/ACLCache.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:976ef3393c10c32cacd6c6405b892533)
+ * (GenCodeChecksum:0427e4f02009f7a66cf34ae18ef397aa)
  */
 
 /**
@@ -64,6 +64,13 @@ class CRM_ACL_DAO_ACLCache extends CRM_Core_DAO {
     parent::__construct();
   }
 
+  /**
+   * Returns localized title of this entity.
+   */
+  public static function getEntityTitle() {
+    return ts('ACLCaches');
+  }
+
   /**
    * Returns foreign keys and entity references.
    *
@@ -99,6 +106,7 @@ class CRM_ACL_DAO_ACLCache extends CRM_Core_DAO {
           'entity' => 'ACLCache',
           'bao' => 'CRM_ACL_DAO_ACLCache',
           'localizable' => 0,
+          'add' => '1.6',
         ],
         'contact_id' => [
           'name' => 'contact_id',
@@ -114,6 +122,7 @@ class CRM_ACL_DAO_ACLCache extends CRM_Core_DAO {
           'html' => [
             'type' => 'EntityRef',
           ],
+          'add' => '1.6',
         ],
         'acl_id' => [
           'name' => 'acl_id',
@@ -132,6 +141,7 @@ class CRM_ACL_DAO_ACLCache extends CRM_Core_DAO {
             'keyColumn' => 'id',
             'labelColumn' => 'name',
           ],
+          'add' => '1.6',
         ],
         'modified_date' => [
           'name' => 'modified_date',
@@ -144,6 +154,7 @@ class CRM_ACL_DAO_ACLCache extends CRM_Core_DAO {
           'entity' => 'ACLCache',
           'bao' => 'CRM_ACL_DAO_ACLCache',
           'localizable' => 0,
+          'add' => '1.6',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);