X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCore%2FDAO%2FStatusPreference.php;h=69bdf13503baeef44608deb719d56a0d4a4e2376;hb=358a1864ba3c5a3fc3ff65f03b3db045ea2199a8;hp=c7a8694361fa3774b585e4c5c5a447300df6705d;hpb=1c0292589f295e7d3babd0f8f5f5b3b6d2cff54a;p=civicrm-core.git diff --git a/CRM/Core/DAO/StatusPreference.php b/CRM/Core/DAO/StatusPreference.php index c7a8694361..69bdf13503 100644 --- a/CRM/Core/DAO/StatusPreference.php +++ b/CRM/Core/DAO/StatusPreference.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/StatusPreference.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:6a9e433b487d14f9b8e036f8491e6a9c) + * (GenCodeChecksum:b30c850f5621be00f3a7e828c7fe7c61) */ /** @@ -19,14 +19,14 @@ class CRM_Core_DAO_StatusPreference extends CRM_Core_DAO { * * @var string */ - static $_tableName = 'civicrm_status_pref'; + public static $_tableName = 'civicrm_status_pref'; /** * Should CiviCRM log any modifications to this table in the civicrm_log table. * * @var bool */ - static $_log = FALSE; + public static $_log = FALSE; /** * Unique Status Preference ID @@ -93,7 +93,7 @@ class CRM_Core_DAO_StatusPreference 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']); } @@ -112,7 +112,7 @@ class CRM_Core_DAO_StatusPreference extends CRM_Core_DAO { 'name' => 'id', 'type' => CRM_Utils_Type::T_INT, 'title' => ts('Status Preference ID'), - 'description' => 'Unique Status Preference ID', + 'description' => ts('Unique Status Preference ID'), 'required' => TRUE, 'table_name' => 'civicrm_status_pref', 'entity' => 'StatusPreference', @@ -123,7 +123,7 @@ class CRM_Core_DAO_StatusPreference extends CRM_Core_DAO { 'name' => 'domain_id', 'type' => CRM_Utils_Type::T_INT, 'title' => ts('Setting Domain'), - 'description' => 'Which Domain is this Status Preference for', + 'description' => ts('Which Domain is this Status Preference for'), 'required' => TRUE, 'table_name' => 'civicrm_status_pref', 'entity' => 'StatusPreference', @@ -140,7 +140,7 @@ class CRM_Core_DAO_StatusPreference extends CRM_Core_DAO { 'name' => 'name', 'type' => CRM_Utils_Type::T_STRING, 'title' => ts('Status Check Name'), - 'description' => 'Name of the status check this preference references.', + 'description' => ts('Name of the status check this preference references.'), 'required' => TRUE, 'maxlength' => 255, 'size' => CRM_Utils_Type::HUGE, @@ -158,7 +158,7 @@ class CRM_Core_DAO_StatusPreference extends CRM_Core_DAO { 'name' => 'hush_until', 'type' => CRM_Utils_Type::T_DATE, 'title' => ts('Snooze Status Notifications Until'), - 'description' => 'expires ignore_severity. NULL never hushes.', + 'description' => ts('expires ignore_severity. NULL never hushes.'), 'import' => TRUE, 'where' => 'civicrm_status_pref.hush_until', 'headerPattern' => '', @@ -174,7 +174,7 @@ class CRM_Core_DAO_StatusPreference extends CRM_Core_DAO { 'name' => 'ignore_severity', 'type' => CRM_Utils_Type::T_INT, 'title' => ts('Ignore Severity'), - 'description' => 'Hush messages up to and including this severity.', + 'description' => ts('Hush messages up to and including this severity.'), 'import' => TRUE, 'where' => 'civicrm_status_pref.ignore_severity', 'headerPattern' => '', @@ -193,7 +193,7 @@ class CRM_Core_DAO_StatusPreference extends CRM_Core_DAO { 'name' => 'prefs', 'type' => CRM_Utils_Type::T_STRING, 'title' => ts('Status Preferences'), - 'description' => 'These settings are per-check, and can\'t be compared across checks.', + 'description' => ts('These settings are per-check, and can\'t be compared across checks.'), 'maxlength' => 255, 'size' => CRM_Utils_Type::HUGE, 'table_name' => 'civicrm_status_pref', @@ -205,7 +205,7 @@ class CRM_Core_DAO_StatusPreference extends CRM_Core_DAO { 'name' => 'check_info', 'type' => CRM_Utils_Type::T_STRING, 'title' => ts('Check Info'), - 'description' => 'These values are per-check, and can\'t be compared across checks.', + 'description' => ts('These values are per-check, and can\'t be compared across checks.'), 'maxlength' => 255, 'size' => CRM_Utils_Type::HUGE, 'table_name' => 'civicrm_status_pref',