__construct() public method

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