__construct() public method

public __construct ( ElementProjection $projectionFunction = null )
$projectionFunction Pinq\Queries\Functions\ElementProjection
Beispiel #1
0
 public function __construct($delimiterId, Functions\ElementProjection $projectionFunction = null)
 {
     parent::__construct($projectionFunction);
     $this->delimiterId = $delimiterId;
 }
Beispiel #2
0
 public final function __construct(Functions\ElementProjection $projectionFunction = null)
 {
     parent::__construct($projectionFunction);
 }