PHP Class Pinq\Queries\Requests\ProjectionRequest

Author: Elliot Levin ([email protected])
Inheritance: extends ProjectionRequestBase
Datei anzeigen Open project: timetoogo/pinq

Public Methods

Method Description
__construct ( ElementProjection $projectionFunction = null )
update ( ElementProjection $projectionFunction = null ) : static

Protected Methods

Method Description
withProjectionFunction ( ElementProjection $projectionFunction = null )

Method Details

__construct() final public method

final public __construct ( ElementProjection $projectionFunction = null )
$projectionFunction Pinq\Queries\Functions\ElementProjection

update() public method

public update ( ElementProjection $projectionFunction = null ) : static
$projectionFunction Pinq\Queries\Functions\ElementProjection
return static

withProjectionFunction() protected method

protected withProjectionFunction ( ElementProjection $projectionFunction = null )
$projectionFunction Pinq\Queries\Functions\ElementProjection