Add titles and icons to entities
[civicrm-core.git] / CRM / Core / DAO / JobLog.php
index 0970b4bc4229e3dd82df8fd55b39b3368bd18a0c..7b88e3977c8c1b66313c9b3089d99b2918f79e46 100644 (file)
@@ -2,11 +2,11 @@
 
 /**
  * @package CRM
- * @copyright CiviCRM LLC (c) 2004-2020
+ * @copyright CiviCRM LLC https://civicrm.org/licensing
  *
  * Generated from xml/schema/CRM/Core/JobLog.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:2bcfc373a7ce0958aea907823720c3c0)
+ * (GenCodeChecksum:12719e12e89bcb64ad0f701988fe439b)
  */
 
 /**
@@ -92,6 +92,13 @@ class CRM_Core_DAO_JobLog extends CRM_Core_DAO {
     parent::__construct();
   }
 
+  /**
+   * Returns localized title of this entity.
+   */
+  public static function getEntityTitle() {
+    return ts('Job Logs');
+  }
+
   /**
    * Returns foreign keys and entity references.
    *