[REF] Extract determination of subscription status information
[civicrm-core.git] / CRM / Core / DAO / ActionSchedule.php
index 666f773ba859b2c7226dc70327bbfe912dfb8dd1..cf818ad09bfc73b393888ec162ca3c45c0cfd475 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/ActionSchedule.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:d05639de89f460efbb3474dcaf5acd27)
+ * (GenCodeChecksum:674f2b73fdc72758a31b2f023a33526a)
  */
 
 /**
@@ -300,9 +300,12 @@ class CRM_Core_DAO_ActionSchedule 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('Action Schedules');
+  public static function getEntityTitle($plural = FALSE) {
+    return $plural ? ts('Action Schedules') : ts('Action Schedule');
   }
 
   /**