__construct() 공개 메소드

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