public function __construct(Functions\ElementProjection $projectionFunction, $isAscending) { parent::__construct($projectionFunction, ''); $this->isAscending = $isAscending; }