CRM-20312 regenerated DAO with localisation
[civicrm-core.git] / CRM / Core / DAO / Managed.php
index 2f003a878a1c7f2f4d9115dc12151a17a6f41025..e188758ab3d53d9015a5beac87d27986f17f1897 100644 (file)
@@ -3,7 +3,7 @@
 +--------------------------------------------------------------------+
 | CiviCRM version 4.7                                                |
 +--------------------------------------------------------------------+
-| Copyright CiviCRM LLC (c) 2004-2016                                |
+| Copyright CiviCRM LLC (c) 2004-2017                                |
 +--------------------------------------------------------------------+
 | This file is a part of CiviCRM.                                    |
 |                                                                    |
 */
 /**
  * @package CRM
- * @copyright CiviCRM LLC (c) 2004-2016
+ * @copyright CiviCRM LLC (c) 2004-2017
  *
  * Generated from xml/schema/CRM/Core/Managed.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:c6ff05c82573ab973ddae2bd839a5a6d)
+ * (GenCodeChecksum:1ea17fedbb00e336fb0ed9f830990aed)
  */
 require_once 'CRM/Core/DAO.php';
 require_once 'CRM/Utils/Type.php';
+/**
+ * CRM_Core_DAO_Managed constructor.
+ */
 class CRM_Core_DAO_Managed extends CRM_Core_DAO {
   /**
-   * static instance to hold the table name
+   * Static instance to hold the table name.
    *
    * @var string
    */
   static $_tableName = 'civicrm_managed';
   /**
-   * 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
    */
@@ -85,9 +87,7 @@ class CRM_Core_DAO_Managed extends CRM_Core_DAO {
    */
   public $cleanup;
   /**
-   * class constructor
-   *
-   * @return civicrm_managed
+   * Class constructor.
    */
   function __construct() {
     $this->__table = 'civicrm_managed';
@@ -107,6 +107,10 @@ class CRM_Core_DAO_Managed extends CRM_Core_DAO {
           'title' => ts('Managed ID') ,
           'description' => 'Surrogate Key',
           'required' => true,
+          'table_name' => 'civicrm_managed',
+          'entity' => 'Managed',
+          'bao' => 'CRM_Core_DAO_Managed',
+          'localizable' => 0,
         ) ,
         'module' => array(
           'name' => 'module',
@@ -116,6 +120,10 @@ class CRM_Core_DAO_Managed extends CRM_Core_DAO {
           'required' => true,
           'maxlength' => 127,
           'size' => CRM_Utils_Type::HUGE,
+          'table_name' => 'civicrm_managed',
+          'entity' => 'Managed',
+          'bao' => 'CRM_Core_DAO_Managed',
+          'localizable' => 0,
         ) ,
         'name' => array(
           'name' => 'name',
@@ -124,6 +132,10 @@ class CRM_Core_DAO_Managed extends CRM_Core_DAO {
           'description' => 'Symbolic name used by the module to identify the object',
           'maxlength' => 127,
           'size' => CRM_Utils_Type::HUGE,
+          'table_name' => 'civicrm_managed',
+          'entity' => 'Managed',
+          'bao' => 'CRM_Core_DAO_Managed',
+          'localizable' => 0,
         ) ,
         'entity_type' => array(
           'name' => 'entity_type',
@@ -133,6 +145,10 @@ class CRM_Core_DAO_Managed extends CRM_Core_DAO {
           'required' => true,
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
+          'table_name' => 'civicrm_managed',
+          'entity' => 'Managed',
+          'bao' => 'CRM_Core_DAO_Managed',
+          'localizable' => 0,
         ) ,
         'entity_id' => array(
           'name' => 'entity_id',
@@ -140,6 +156,10 @@ class CRM_Core_DAO_Managed extends CRM_Core_DAO {
           'title' => ts('Entity ID') ,
           'description' => 'Foreign key to the referenced item.',
           'required' => true,
+          'table_name' => 'civicrm_managed',
+          'entity' => 'Managed',
+          'bao' => 'CRM_Core_DAO_Managed',
+          'localizable' => 0,
         ) ,
         'cleanup' => array(
           'name' => 'cleanup',
@@ -148,6 +168,10 @@ class CRM_Core_DAO_Managed extends CRM_Core_DAO {
           'description' => 'Policy on when to cleanup entity (always, never, unused)',
           'maxlength' => 32,
           'size' => CRM_Utils_Type::MEDIUM,
+          'table_name' => 'civicrm_managed',
+          'entity' => 'Managed',
+          'bao' => 'CRM_Core_DAO_Managed',
+          'localizable' => 0,
           'html' => array(
             'type' => 'Select',
           ) ,