API/DAO Metadata - Retain versioning metadata for possible usage in runtime+tooling
[civicrm-core.git] / CRM / Core / DAO / EntityFile.php
index de1cadeee6e25a8a326acca322d76799100ad8b8..efef635fb806f837cc8610bc0970818dfaf63b9f 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/EntityFile.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:0ee94b59f5506957ac9bbfbc9d9533c2)
+ * (GenCodeChecksum:b9ac4293489f424584b9983d1304987f)
  */
 
 /**
@@ -64,6 +64,13 @@ class CRM_Core_DAO_EntityFile extends CRM_Core_DAO {
     parent::__construct();
   }
 
+  /**
+   * Returns localized title of this entity.
+   */
+  public static function getEntityTitle() {
+    return ts('Entity Files');
+  }
+
   /**
    * Returns foreign keys and entity references.
    *
@@ -99,6 +106,7 @@ class CRM_Core_DAO_EntityFile extends CRM_Core_DAO {
           'entity' => 'EntityFile',
           'bao' => 'CRM_Core_DAO_EntityFile',
           'localizable' => 0,
+          'add' => '1.5',
         ],
         'entity_table' => [
           'name' => 'entity_table',
@@ -112,6 +120,7 @@ class CRM_Core_DAO_EntityFile extends CRM_Core_DAO {
           'entity' => 'EntityFile',
           'bao' => 'CRM_Core_DAO_EntityFile',
           'localizable' => 0,
+          'add' => '1.5',
         ],
         'entity_id' => [
           'name' => 'entity_id',
@@ -124,6 +133,7 @@ class CRM_Core_DAO_EntityFile extends CRM_Core_DAO {
           'entity' => 'EntityFile',
           'bao' => 'CRM_Core_DAO_EntityFile',
           'localizable' => 0,
+          'add' => '1.5',
         ],
         'file_id' => [
           'name' => 'file_id',
@@ -137,6 +147,7 @@ class CRM_Core_DAO_EntityFile extends CRM_Core_DAO {
           'bao' => 'CRM_Core_DAO_EntityFile',
           'localizable' => 0,
           'FKClassName' => 'CRM_Core_DAO_File',
+          'add' => '1.5',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);