X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCore%2FDAO%2FWordReplacement.php;h=dfde25755f6969db42a6df96cb8e3c227c3eab69;hb=4a3c7961f8c578506bdc6b8c0909b1ea435a9739;hp=cbaf643e35b337ce4a02c32a036e69f704f48058;hpb=701e7f32f8e688648b79a19aba60b27419d1e34e;p=civicrm-core.git diff --git a/CRM/Core/DAO/WordReplacement.php b/CRM/Core/DAO/WordReplacement.php index cbaf643e35..dfde25755f 100644 --- a/CRM/Core/DAO/WordReplacement.php +++ b/CRM/Core/DAO/WordReplacement.php @@ -2,7 +2,7 @@ /** * @package CRM - * @copyright CiviCRM LLC (c) 2004-2018 + * @copyright CiviCRM LLC (c) 2004-2019 * * Generated from xml/schema/CRM/Core/WordReplacement.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen @@ -19,14 +19,14 @@ class CRM_Core_DAO_WordReplacement extends CRM_Core_DAO { * * @var string */ - static $_tableName = 'civicrm_word_replacement'; + public static $_tableName = 'civicrm_word_replacement'; /** * Should CiviCRM log any modifications to this table in the civicrm_log table. * * @var bool */ - static $_log = FALSE; + public static $_log = FALSE; /** * Word replacement ID @@ -84,7 +84,7 @@ class CRM_Core_DAO_WordReplacement extends CRM_Core_DAO { */ public static function getReferenceColumns() { if (!isset(Civi::$statics[__CLASS__]['links'])) { - Civi::$statics[__CLASS__]['links'] = static ::createReferenceColumns(__CLASS__); + Civi::$statics[__CLASS__]['links'] = static::createReferenceColumns(__CLASS__); Civi::$statics[__CLASS__]['links'][] = new CRM_Core_Reference_Basic(self::getTableName(), 'domain_id', 'civicrm_domain', 'id'); CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'links_callback', Civi::$statics[__CLASS__]['links']); } @@ -105,6 +105,7 @@ class CRM_Core_DAO_WordReplacement extends CRM_Core_DAO { 'title' => ts('Word Replacement ID'), 'description' => ts('Word replacement ID'), 'required' => TRUE, + 'where' => 'civicrm_word_replacement.id', 'table_name' => 'civicrm_word_replacement', 'entity' => 'WordReplacement', 'bao' => 'CRM_Core_BAO_WordReplacement', @@ -117,6 +118,7 @@ class CRM_Core_DAO_WordReplacement extends CRM_Core_DAO { 'description' => ts('Word which need to be replaced'), 'maxlength' => 255, 'size' => CRM_Utils_Type::HUGE, + 'where' => 'civicrm_word_replacement.find_word', 'table_name' => 'civicrm_word_replacement', 'entity' => 'WordReplacement', 'bao' => 'CRM_Core_BAO_WordReplacement', @@ -129,6 +131,7 @@ class CRM_Core_DAO_WordReplacement extends CRM_Core_DAO { 'description' => ts('Word which will replace the word in find'), 'maxlength' => 255, 'size' => CRM_Utils_Type::HUGE, + 'where' => 'civicrm_word_replacement.replace_word', 'table_name' => 'civicrm_word_replacement', 'entity' => 'WordReplacement', 'bao' => 'CRM_Core_BAO_WordReplacement', @@ -139,6 +142,7 @@ class CRM_Core_DAO_WordReplacement extends CRM_Core_DAO { 'type' => CRM_Utils_Type::T_BOOLEAN, 'title' => ts('Word Replacement is Active'), 'description' => ts('Is this entry active?'), + 'where' => 'civicrm_word_replacement.is_active', 'default' => '1', 'table_name' => 'civicrm_word_replacement', 'entity' => 'WordReplacement', @@ -151,6 +155,7 @@ class CRM_Core_DAO_WordReplacement extends CRM_Core_DAO { 'title' => ts('Word Replacement Match Type'), 'maxlength' => 16, 'size' => CRM_Utils_Type::TWELVE, + 'where' => 'civicrm_word_replacement.match_type', 'default' => 'wildcardMatch', 'table_name' => 'civicrm_word_replacement', 'entity' => 'WordReplacement', @@ -168,6 +173,7 @@ class CRM_Core_DAO_WordReplacement extends CRM_Core_DAO { 'type' => CRM_Utils_Type::T_INT, 'title' => ts('Word Replacement Domain ID'), 'description' => ts('FK to Domain ID. This is for Domain specific word replacement'), + 'where' => 'civicrm_word_replacement.domain_id', 'table_name' => 'civicrm_word_replacement', 'entity' => 'WordReplacement', 'bao' => 'CRM_Core_BAO_WordReplacement',