X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCore%2FDAO%2FJobLog.php;h=7b88e3977c8c1b66313c9b3089d99b2918f79e46;hb=449c4e6bf67c8a177b56e6a176bcad1ac028b95f;hp=2eafcf08074aa823f87ea6ef677257af476d2b57;hpb=a0f5cb5aff686458dc729ea0a43fbf166f9a8979;p=civicrm-core.git diff --git a/CRM/Core/DAO/JobLog.php b/CRM/Core/DAO/JobLog.php index 2eafcf0807..7b88e3977c 100644 --- a/CRM/Core/DAO/JobLog.php +++ b/CRM/Core/DAO/JobLog.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/JobLog.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:3456b559213c3916aad90a0db8789757) + * (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. *