Skip to content
Snippets Groups Projects

Resolve #3406085 "Result dynamic property 3.x"

1 file
+ 14
0
Compare changes
  • Side-by-side
  • Inline
+ 14
0
@@ -88,6 +88,20 @@ class Result implements ResultInterface {
*/
protected $storage = [];
/**
* The facet transliterate display value.
*
* @var string
*/
public string $transliterateDisplayValue;
/**
* The term weight.
*
* @var int
*/
public int $termWeight;
/**
* Constructs a new result value object.
*
Loading