Regenerate DAO files
[civicrm-core.git] / CRM / Core / DAO / SystemLog.php
index c18ee55ebca7dd4faa51523d4b4a31c9d9d98781..674e96d38b5221070bcc3c7b45f39a4b74701ef8 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/SystemLog.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:46d7f317ffb5d01d9cb22898ce38abb3)
+ * (GenCodeChecksum:bacc25ff2b15723cedeb705dd9781a96)
  */
 
 /**
@@ -89,9 +89,12 @@ class CRM_Core_DAO_SystemLog extends CRM_Core_DAO {
 
   /**
    * Returns localized title of this entity.
+   *
+   * @param bool $plural
+   *   Whether to return the plural version of the title.
    */
-  public static function getEntityTitle() {
-    return ts('System Logs');
+  public static function getEntityTitle($plural = FALSE) {
+    return $plural ? ts('System Logs') : ts('System Log');
   }
 
   /**
@@ -113,6 +116,9 @@ class CRM_Core_DAO_SystemLog extends CRM_Core_DAO {
           'entity' => 'SystemLog',
           'bao' => 'CRM_Core_DAO_SystemLog',
           'localizable' => 0,
+          'html' => [
+            'type' => 'Number',
+          ],
           'add' => '4.4',
         ],
         'message' => [