CRM-19925 Updated DAO files
[civicrm-core.git] / CRM / Core / DAO / CustomGroup.php
index 1d8d5dbe5f629ea801e3863906987c77497dc0e0..4eede3724b97c3871ad041e956c181a8d24e7da6 100644 (file)
  *
  * Generated from xml/schema/CRM/Core/CustomGroup.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:01465947abefe26da02c4a81505afe08)
+ * (GenCodeChecksum:190b0c5691831c6708b5de7ce556836d)
  */
 require_once 'CRM/Core/DAO.php';
 require_once 'CRM/Utils/Type.php';
+/**
+ * CRM_Core_DAO_CustomGroup constructor.
+ */
 class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO {
   /**
-   * static instance to hold the table name
+   * Static instance to hold the table name.
    *
    * @var string
    */
   static $_tableName = 'civicrm_custom_group';
   /**
-   * 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
    */
@@ -169,16 +171,14 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO {
    */
   public $is_reserved;
   /**
-   * class constructor
-   *
-   * @return civicrm_custom_group
+   * Class constructor.
    */
   function __construct() {
     $this->__table = 'civicrm_custom_group';
     parent::__construct();
   }
   /**
-   * Returns foreign keys and entity references
+   * Returns foreign keys and entity references.
    *
    * @return array
    *   [CRM_Core_Reference_Interface]
@@ -205,6 +205,9 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO {
           'title' => ts('Custom Group ID') ,
           'description' => 'Unique Custom Group ID',
           'required' => true,
+          'table_name' => 'civicrm_custom_group',
+          'entity' => 'CustomGroup',
+          'bao' => 'CRM_Core_BAO_CustomGroup',
         ) ,
         'name' => array(
           'name' => 'name',
@@ -213,6 +216,9 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO {
           'description' => 'Variable name/programmatic handle for this group.',
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
+          'table_name' => 'civicrm_custom_group',
+          'entity' => 'CustomGroup',
+          'bao' => 'CRM_Core_BAO_CustomGroup',
         ) ,
         'title' => array(
           'name' => 'title',
@@ -222,6 +228,9 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO {
           'required' => true,
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
+          'table_name' => 'civicrm_custom_group',
+          'entity' => 'CustomGroup',
+          'bao' => 'CRM_Core_BAO_CustomGroup',
         ) ,
         'extends' => array(
           'name' => 'extends',
@@ -231,6 +240,9 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO {
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'default' => 'Contact',
+          'table_name' => 'civicrm_custom_group',
+          'entity' => 'CustomGroup',
+          'bao' => 'CRM_Core_BAO_CustomGroup',
         ) ,
         'extends_entity_column_id' => array(
           'name' => 'extends_entity_column_id',
@@ -238,6 +250,9 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO {
           'title' => ts('Custom Group Subtype List') ,
           'description' => 'FK to civicrm_option_value.id (for option group custom_data_type.)',
           'default' => 'NULL',
+          'table_name' => 'civicrm_custom_group',
+          'entity' => 'CustomGroup',
+          'bao' => 'CRM_Core_BAO_CustomGroup',
         ) ,
         'extends_entity_column_value' => array(
           'name' => 'extends_entity_column_value',
@@ -246,6 +261,9 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO {
           'description' => 'linking custom group for dynamic object',
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
+          'table_name' => 'civicrm_custom_group',
+          'entity' => 'CustomGroup',
+          'bao' => 'CRM_Core_BAO_CustomGroup',
         ) ,
         'style' => array(
           'name' => 'style',
@@ -254,6 +272,9 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO {
           'description' => 'Visual relationship between this form and its parent.',
           'maxlength' => 15,
           'size' => CRM_Utils_Type::TWELVE,
+          'table_name' => 'civicrm_custom_group',
+          'entity' => 'CustomGroup',
+          'bao' => 'CRM_Core_BAO_CustomGroup',
           'html' => array(
             'type' => 'Select',
           ) ,
@@ -266,6 +287,9 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO {
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Collapse Custom Group?') ,
           'description' => 'Will this group be in collapsed or expanded mode on initial display ?',
+          'table_name' => 'civicrm_custom_group',
+          'entity' => 'CustomGroup',
+          'bao' => 'CRM_Core_BAO_CustomGroup',
         ) ,
         'help_pre' => array(
           'name' => 'help_pre',
@@ -274,6 +298,9 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO {
           'description' => 'Description and/or help text to display before fields in form.',
           'rows' => 4,
           'cols' => 80,
+          'table_name' => 'civicrm_custom_group',
+          'entity' => 'CustomGroup',
+          'bao' => 'CRM_Core_BAO_CustomGroup',
           'html' => array(
             'type' => 'TextArea',
           ) ,
@@ -285,6 +312,9 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO {
           'description' => 'Description and/or help text to display after fields in form.',
           'rows' => 4,
           'cols' => 80,
+          'table_name' => 'civicrm_custom_group',
+          'entity' => 'CustomGroup',
+          'bao' => 'CRM_Core_BAO_CustomGroup',
           'html' => array(
             'type' => 'TextArea',
           ) ,
@@ -296,12 +326,18 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO {
           'description' => 'Controls display order when multiple extended property groups are setup for the same class.',
           'required' => true,
           'default' => '1',
+          'table_name' => 'civicrm_custom_group',
+          'entity' => 'CustomGroup',
+          'bao' => 'CRM_Core_BAO_CustomGroup',
         ) ,
         'is_active' => array(
           'name' => 'is_active',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Custom Group Is Active?') ,
           'description' => 'Is this property active?',
+          'table_name' => 'civicrm_custom_group',
+          'entity' => 'CustomGroup',
+          'bao' => 'CRM_Core_BAO_CustomGroup',
         ) ,
         'table_name' => array(
           'name' => 'table_name',
@@ -310,36 +346,54 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO {
           'description' => 'Name of the table that holds the values for this group.',
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
+          'table_name' => 'civicrm_custom_group',
+          'entity' => 'CustomGroup',
+          'bao' => 'CRM_Core_BAO_CustomGroup',
         ) ,
         'is_multiple' => array(
           'name' => 'is_multiple',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Supports Multiple Records') ,
           'description' => 'Does this group hold multiple values?',
+          'table_name' => 'civicrm_custom_group',
+          'entity' => 'CustomGroup',
+          'bao' => 'CRM_Core_BAO_CustomGroup',
         ) ,
         'min_multiple' => array(
           'name' => 'min_multiple',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Minimum Multiple Records') ,
           'description' => 'minimum number of multiple records (typically 0?)',
+          'table_name' => 'civicrm_custom_group',
+          'entity' => 'CustomGroup',
+          'bao' => 'CRM_Core_BAO_CustomGroup',
         ) ,
         'max_multiple' => array(
           'name' => 'max_multiple',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Maximum Multiple Records') ,
           'description' => 'maximum number of multiple records, if 0 - no max',
+          'table_name' => 'civicrm_custom_group',
+          'entity' => 'CustomGroup',
+          'bao' => 'CRM_Core_BAO_CustomGroup',
         ) ,
         'collapse_adv_display' => array(
           'name' => 'collapse_adv_display',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Collapse Group Display') ,
           'description' => 'Will this group be in collapsed or expanded mode on advanced search display ?',
+          'table_name' => 'civicrm_custom_group',
+          'entity' => 'CustomGroup',
+          'bao' => 'CRM_Core_BAO_CustomGroup',
         ) ,
         'created_id' => array(
           'name' => 'created_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Custom Group Created By') ,
           'description' => 'FK to civicrm_contact, who created this custom group',
+          'table_name' => 'civicrm_custom_group',
+          'entity' => 'CustomGroup',
+          'bao' => 'CRM_Core_BAO_CustomGroup',
           'FKClassName' => 'CRM_Contact_DAO_Contact',
         ) ,
         'created_date' => array(
@@ -347,12 +401,18 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO {
           'type' => CRM_Utils_Type::T_DATE + CRM_Utils_Type::T_TIME,
           'title' => ts('Custom Group Created Date') ,
           'description' => 'Date and time this custom group was created.',
+          'table_name' => 'civicrm_custom_group',
+          'entity' => 'CustomGroup',
+          'bao' => 'CRM_Core_BAO_CustomGroup',
         ) ,
         'is_reserved' => array(
           'name' => 'is_reserved',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Reserved Group?') ,
           'description' => 'Is this a reserved Custom Group?',
+          'table_name' => 'civicrm_custom_group',
+          'entity' => 'CustomGroup',
+          'bao' => 'CRM_Core_BAO_CustomGroup',
         ) ,
       );
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);