CRM-20312 regenerated DAOS with indexes
[civicrm-core.git] / CRM / Core / DAO / ActionSchedule.php
index 7fbd77c72a891eadbb95c7eb8d5ba423a6a2ddc6..492e8775fc20a8caf20a5bf682fb549c7c48839f 100644 (file)
@@ -827,4 +827,11 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
     $r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'action_schedule', $prefix, array());
     return $r;
   }
+  /**
+   * Returns the list of indices
+   */
+  public static function indices($localize = TRUE) {
+    $indices = array();
+    return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+  }
 }