PHP Class Pinq\Queries\Segments\ProjectionSegment

Author: Elliot Levin ([email protected])
Inheritance: extends Segment
Datei anzeigen Open project: timetoogo/pinq Class Usage Examples

Public Methods

Method Description
__construct ( ElementProjection $projectionFunction )
getParameters ( )
getProjectionFunction ( ) : ElementProjection
update ( ElementProjection $projectionFunction ) : static

Method Details

__construct() final public method

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

getParameters() public method

public getParameters ( )

getProjectionFunction() public method

public getProjectionFunction ( ) : ElementProjection
return Pinq\Queries\Functions\ElementProjection

update() public method

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