X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FPledge%2FDAO%2FPledge.php;h=1d001b841195717ca97594578d44bc5dfb718955;hb=449c4e6bf67c8a177b56e6a176bcad1ac028b95f;hp=52d159115adcce1dab44a30a1ba8b89d786d5e2a;hpb=634aee3dd96fc74e3d5aaedb6774818aa9579721;p=civicrm-core.git diff --git a/CRM/Pledge/DAO/Pledge.php b/CRM/Pledge/DAO/Pledge.php index 52d159115a..1d001b8411 100644 --- a/CRM/Pledge/DAO/Pledge.php +++ b/CRM/Pledge/DAO/Pledge.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Pledge/Pledge.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:482a699f087b9ed0250d60f0663727f4) + * (GenCodeChecksum:7beeffe02aa5aa08578f40547b3c61bd) */ /** @@ -21,6 +21,13 @@ class CRM_Pledge_DAO_Pledge extends CRM_Core_DAO { */ public static $_tableName = 'civicrm_pledge'; + /** + * Icon associated with this entity. + * + * @var string + */ + public static $_icon = 'fa-paper-plane'; + /** * Should CiviCRM log any modifications to this table in the civicrm_log table. * @@ -195,6 +202,13 @@ class CRM_Pledge_DAO_Pledge extends CRM_Core_DAO { parent::__construct(); } + /** + * Returns localized title of this entity. + */ + public static function getEntityTitle() { + return ts('Pledges'); + } + /** * Returns foreign keys and entity references. *