PHP Class Pinq\Queries\Functions\Parameters\AggregateValues

The parameters are passed as the (aggregated value, current value).
Author: Elliot Levin ([email protected])
Inheritance: extends ParameterBase
显示文件 Open project: timetoogo/pinq

Protected Properties

Property Type Description
$aggregateValue Pinq\Expressions\ParameterExpression | null
$value Pinq\Expressions\ParameterExpression | null

Public Methods

Method Description
__construct ( array $parameterExpressions )
getAggregateValue ( ) : ParameterExpression | null
getValue ( ) : ParameterExpression | null
hasAggregateValue ( ) : boolean
hasValue ( ) : boolean

Method Details

__construct() public method

public __construct ( array $parameterExpressions )
$parameterExpressions array

getAggregateValue() final public method

final public getAggregateValue ( ) : ParameterExpression | null
return Pinq\Expressions\ParameterExpression | null

getValue() final public method

final public getValue ( ) : ParameterExpression | null
return Pinq\Expressions\ParameterExpression | null

hasAggregateValue() final public method

final public hasAggregateValue ( ) : boolean
return boolean

hasValue() final public method

final public hasValue ( ) : boolean
return boolean

Property Details

$aggregateValue protected_oe property

protected ParameterExpression,Pinq\Expressions|null $aggregateValue
return Pinq\Expressions\ParameterExpression | null

$value protected_oe property

protected ParameterExpression,Pinq\Expressions|null $value
return Pinq\Expressions\ParameterExpression | null