Newer
Older
use IQDEV\ElasticSearch\Document\Property\Property;
public function __construct(
protected Property $property,
protected OrderDirection $direction,
protected array $additionalParams = [],
) {
public function getDirection(): OrderDirection
public function getAdditionalParams(): array