Pinq\Queries\Requests\ProjectionRequestBase::__construct PHP Method

__construct() public method

public __construct ( ElementProjection $projectionFunction = null )
$projectionFunction Pinq\Queries\Functions\ElementProjection
    public function __construct(Functions\ElementProjection $projectionFunction = null)
    {
        $this->projectionFunction = $projectionFunction;
    }

Usage Example

Example #1
0
 public function __construct($delimiterId, Functions\ElementProjection $projectionFunction = null)
 {
     parent::__construct($projectionFunction);
     $this->delimiterId = $delimiterId;
 }
All Usage Examples Of Pinq\Queries\Requests\ProjectionRequestBase::__construct