[REF] Remove unused pcp & soft credit handling from previously shared code
[civicrm-core.git] / CRM / Event / DAO / ParticipantStatusType.php
index 2b6e4f8f030f152499f879e9a2bad0f1d9c55d44..10bdbf4ade461745f2278250f5d269def5259ddf 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Event/ParticipantStatusType.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:4a3012f88c67826cb4264a3340e908ec)
+ * (GenCodeChecksum:7390922bd58d23808a484981bd822aed)
  */
 
 /**
@@ -15,6 +15,7 @@
 class CRM_Event_DAO_ParticipantStatusType extends CRM_Core_DAO {
   const EXT = 'civicrm';
   const TABLE_ADDED = '3.0';
+  const COMPONENT = 'CiviEvent';
 
   /**
    * Static instance to hold the table name.
@@ -103,9 +104,12 @@ class CRM_Event_DAO_ParticipantStatusType 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('Participant Status Types');
+  public static function getEntityTitle($plural = FALSE) {
+    return $plural ? ts('Participant Status Types') : ts('Participant Status Type');
   }
 
   /**