Newer
Older
namespace IQDEV\ElasticSearch\Request\Order;
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