X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCore%2FDAO%2FRecurringEntity.php;h=0c08cbe3659a3e08fedeebbaf0067d38f08d68d2;hb=fa45b5b94d6640f4e7430272f6029c91bb3f50b6;hp=bf3393c78d3ee8b86ed040cdd75b653c583ffadd;hpb=05328349418e23e4ac7dc2353b89a8864818ca63;p=civicrm-core.git diff --git a/CRM/Core/DAO/RecurringEntity.php b/CRM/Core/DAO/RecurringEntity.php index bf3393c78d..0c08cbe365 100644 --- a/CRM/Core/DAO/RecurringEntity.php +++ b/CRM/Core/DAO/RecurringEntity.php @@ -2,11 +2,11 @@ /** * @package CRM - * @copyright CiviCRM LLC (c) 2004-2018 + * @copyright CiviCRM LLC (c) 2004-2019 * * Generated from xml/schema/CRM/Core/RecurringEntity.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:926c9bc8d5175511764721bc9dc8562a) + * (GenCodeChecksum:810f5bce8bb650c96703532242f254e8) */ /** @@ -19,14 +19,14 @@ class CRM_Core_DAO_RecurringEntity extends CRM_Core_DAO { * * @var string */ - static $_tableName = 'civicrm_recurring_entity'; + public static $_tableName = 'civicrm_recurring_entity'; /** * Should CiviCRM log any modifications to this table in the civicrm_log table. * * @var bool */ - static $_log = TRUE; + public static $_log = TRUE; /** * @var int unsigned @@ -91,7 +91,7 @@ class CRM_Core_DAO_RecurringEntity extends CRM_Core_DAO { 'name' => 'parent_id', 'type' => CRM_Utils_Type::T_INT, 'title' => ts('Parent ID'), - 'description' => 'Recurring Entity Parent ID', + 'description' => ts('Recurring Entity Parent ID'), 'required' => TRUE, 'table_name' => 'civicrm_recurring_entity', 'entity' => 'RecurringEntity', @@ -102,7 +102,7 @@ class CRM_Core_DAO_RecurringEntity extends CRM_Core_DAO { 'name' => 'entity_id', 'type' => CRM_Utils_Type::T_INT, 'title' => ts('Entity ID'), - 'description' => 'Recurring Entity Child ID', + 'description' => ts('Recurring Entity Child ID'), 'table_name' => 'civicrm_recurring_entity', 'entity' => 'RecurringEntity', 'bao' => 'CRM_Core_BAO_RecurringEntity', @@ -112,7 +112,7 @@ class CRM_Core_DAO_RecurringEntity extends CRM_Core_DAO { 'name' => 'entity_table', 'type' => CRM_Utils_Type::T_STRING, 'title' => ts('Entity Table'), - 'description' => 'Physical tablename for entity, e.g. civicrm_event', + 'description' => ts('Physical tablename for entity, e.g. civicrm_event'), 'required' => TRUE, 'maxlength' => 64, 'size' => CRM_Utils_Type::BIG, @@ -125,7 +125,7 @@ class CRM_Core_DAO_RecurringEntity extends CRM_Core_DAO { 'name' => 'mode', 'type' => CRM_Utils_Type::T_BOOLEAN, 'title' => ts('Cascade Type'), - 'description' => '1-this entity, 2-this and the following entities, 3-all the entities', + 'description' => ts('1-this entity, 2-this and the following entities, 3-all the entities'), 'required' => TRUE, 'default' => '1', 'table_name' => 'civicrm_recurring_entity',