Merge pull request #17374 from totten/master-setlocale
[civicrm-core.git] / CRM / Core / DAO / Phone.php
index f0b749808424e688d3fb43a0de281c9fa88dd6ec..39a7ebdf3e6d2c735dc83888ffba974c331ac4d9 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/Phone.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:76a7202934e0d8aa7f4240c61a42e42c)
+ * (GenCodeChecksum:dcfc4989d248f3990a5ac2a422597061)
  */
 
 /**
@@ -21,6 +21,13 @@ class CRM_Core_DAO_Phone extends CRM_Core_DAO {
    */
   public static $_tableName = 'civicrm_phone';
 
+  /**
+   * Icon associated with this entity.
+   *
+   * @var string
+   */
+  public static $_icon = 'fa-phone';
+
   /**
    * Should CiviCRM log any modifications to this table in the civicrm_log table.
    *
@@ -106,6 +113,13 @@ class CRM_Core_DAO_Phone extends CRM_Core_DAO {
     parent::__construct();
   }
 
+  /**
+   * Returns localized title of this entity.
+   */
+  public static function getEntityTitle() {
+    return ts('Phones');
+  }
+
   /**
    * Returns foreign keys and entity references.
    *