CRM-20312 regenerated DAO with localisation
[civicrm-core.git] / CRM / Core / DAO / EntityFile.php
index 24a6ab0157f3b52b2b630c4894acca1e4753bfee..4bdd2ebf9e7320fd4b26acd3b24cd647ab2a691a 100644 (file)
  *
  * Generated from xml/schema/CRM/Core/EntityFile.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:e5908be6be52569450e442e9fd5f0356)
+ * (GenCodeChecksum:f1092b243ba0c368c41d7b64dc90e115)
  */
 require_once 'CRM/Core/DAO.php';
 require_once 'CRM/Utils/Type.php';
+/**
+ * CRM_Core_DAO_EntityFile constructor.
+ */
 class CRM_Core_DAO_EntityFile extends CRM_Core_DAO {
   /**
-   * static instance to hold the table name
+   * Static instance to hold the table name.
    *
    * @var string
    */
   static $_tableName = 'civicrm_entity_file';
   /**
-   * static value to see if we should log any modifications to
-   * this table in the civicrm_log table
+   * Should CiviCRM log any modifications to this table in the civicrm_log table.
    *
    * @var boolean
    */
@@ -73,16 +75,14 @@ class CRM_Core_DAO_EntityFile extends CRM_Core_DAO {
    */
   public $file_id;
   /**
-   * class constructor
-   *
-   * @return civicrm_entity_file
+   * Class constructor.
    */
   function __construct() {
     $this->__table = 'civicrm_entity_file';
     parent::__construct();
   }
   /**
-   * Returns foreign keys and entity references
+   * Returns foreign keys and entity references.
    *
    * @return array
    *   [CRM_Core_Reference_Interface]
@@ -110,6 +110,10 @@ class CRM_Core_DAO_EntityFile extends CRM_Core_DAO {
           'title' => ts('Entity File ID') ,
           'description' => 'primary key',
           'required' => true,
+          'table_name' => 'civicrm_entity_file',
+          'entity' => 'EntityFile',
+          'bao' => 'CRM_Core_DAO_EntityFile',
+          'localizable' => 0,
         ) ,
         'entity_table' => array(
           'name' => 'entity_table',
@@ -118,6 +122,10 @@ class CRM_Core_DAO_EntityFile extends CRM_Core_DAO {
           'description' => 'physical tablename for entity being joined to file, e.g. civicrm_contact',
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
+          'table_name' => 'civicrm_entity_file',
+          'entity' => 'EntityFile',
+          'bao' => 'CRM_Core_DAO_EntityFile',
+          'localizable' => 0,
         ) ,
         'entity_id' => array(
           'name' => 'entity_id',
@@ -125,6 +133,10 @@ class CRM_Core_DAO_EntityFile extends CRM_Core_DAO {
           'title' => ts('Entity ID') ,
           'description' => 'FK to entity table specified in entity_table column.',
           'required' => true,
+          'table_name' => 'civicrm_entity_file',
+          'entity' => 'EntityFile',
+          'bao' => 'CRM_Core_DAO_EntityFile',
+          'localizable' => 0,
         ) ,
         'file_id' => array(
           'name' => 'file_id',
@@ -132,6 +144,10 @@ class CRM_Core_DAO_EntityFile extends CRM_Core_DAO {
           'title' => ts('File') ,
           'description' => 'FK to civicrm_file',
           'required' => true,
+          'table_name' => 'civicrm_entity_file',
+          'entity' => 'EntityFile',
+          'bao' => 'CRM_Core_DAO_EntityFile',
+          'localizable' => 0,
           'FKClassName' => 'CRM_Core_DAO_File',
         ) ,
       );