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
Afficher le fichier Open project: timetoogo/pinq

Protected Properties

Свойство Type Description
$aggregateValue Pinq\Expressions\ParameterExpression | null
$value Pinq\Expressions\ParameterExpression | null

Méthodes publiques

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

Method Details

__construct() public méthode

public __construct ( array $parameterExpressions )
$parameterExpressions array

getAggregateValue() final public méthode

final public getAggregateValue ( ) : ParameterExpression | null
Résultat Pinq\Expressions\ParameterExpression | null

getValue() final public méthode

final public getValue ( ) : ParameterExpression | null
Résultat Pinq\Expressions\ParameterExpression | null

hasAggregateValue() final public méthode

final public hasAggregateValue ( ) : boolean
Résultat boolean

hasValue() final public méthode

final public hasValue ( ) : boolean
Résultat boolean

Property Details

$aggregateValue protected_oe property

protected ParameterExpression,Pinq\Expressions|null $aggregateValue
Résultat Pinq\Expressions\ParameterExpression | null

$value protected_oe property

protected ParameterExpression,Pinq\Expressions|null $value
Résultat Pinq\Expressions\ParameterExpression | null