Merge pull request #19030 from civicrm/5.32
[civicrm-core.git] / Civi / Api4 / Query / SqlExpression.php
index 2759d3baff0a72b28302685f7f119815dc81cc79..bce3d47144da3938a007f248ec7e7267891f07bc 100644 (file)
@@ -37,6 +37,14 @@ abstract class SqlExpression {
    */
   public $expr = '';
 
+  /**
+   * Whether or not pseudoconstant suffixes should be evaluated during output.
+   *
+   * @var bool
+   * @see \Civi\Api4\Utils\FormattingUtil::formatOutputValues
+   */
+  public $supportsExpansion = FALSE;
+
   /**
    * SqlFunction constructor.
    * @param string $expr