X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCore%2FDAO%2FCustomField.php;h=8d06e9a74c9142598d3dcc532b3258bdc918ca46;hb=e48ed441e7d36e73a3ea5554a8e59411e8eb9920;hp=98c1ae64d4cb3c0d7c760117227fe0205ddffe0a;hpb=215b423e0a601cd30e6af5290eaa398dcee690b9;p=civicrm-core.git diff --git a/CRM/Core/DAO/CustomField.php b/CRM/Core/DAO/CustomField.php index 98c1ae64d4..8d06e9a74c 100644 --- a/CRM/Core/DAO/CustomField.php +++ b/CRM/Core/DAO/CustomField.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/CustomField.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:73d7ccebba6055cae4fa0c9d797025c4) + * (GenCodeChecksum:a1a27e2af4724a92f37a959ee359428b) */ /** @@ -19,14 +19,14 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO { * * @var string */ - static $_tableName = 'civicrm_custom_field'; + public static $_tableName = 'civicrm_custom_field'; /** * Should CiviCRM log any modifications to this table in the civicrm_log table. * * @var bool */ - static $_log = TRUE; + public static $_log = TRUE; /** * Unique Custom Field ID @@ -254,7 +254,7 @@ class CRM_Core_DAO_CustomField 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(), 'custom_group_id', 'civicrm_custom_group', 'id'); Civi::$statics[__CLASS__]['links'][] = new CRM_Core_Reference_Basic(self::getTableName(), 'option_group_id', 'civicrm_option_group', 'id'); CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'links_callback', Civi::$statics[__CLASS__]['links']);