CRM-20312 regenerated DAOS with indexes
[civicrm-core.git] / CRM / Price / DAO / PriceFieldValue.php
index ce202a3a40bd8b25b9d6fe317124ce74ac633306..2b3a301f8a28840dfc0beb578c7460a5d61868ea 100644 (file)
@@ -489,4 +489,11 @@ class CRM_Price_DAO_PriceFieldValue extends CRM_Core_DAO {
     $r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'price_field_value', $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;
+  }
 }