Merge pull request #19075 from colemanw/searchable
[civicrm-core.git] / CRM / Core / DAO / Managed.php
index 4d4cbafdfdcb25249ca14b50d1e86195d8a4863f..55aae70513fae1266c01143ef4fc6b22d1756e16 100644 (file)
@@ -6,13 +6,15 @@
  *
  * Generated from xml/schema/CRM/Core/Managed.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:939c0ed6422323450f5b9b00f8da85ad)
+ * (GenCodeChecksum:a6c528f54d10bee8fbc3b12c1bafd44c)
  */
 
 /**
  * Database access object for the Managed entity.
  */
 class CRM_Core_DAO_Managed extends CRM_Core_DAO {
+  const EXT = 'civicrm';
+  const TABLE_ADDED = '4.2';
 
   /**
    * Static instance to hold the table name.
@@ -80,9 +82,12 @@ class CRM_Core_DAO_Managed 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('Manageds');
+  public static function getEntityTitle($plural = FALSE) {
+    return $plural ? ts('Manageds') : ts('Managed');
   }
 
   /**