PHP Class Pinq\Queries\Functions\Parameters\OuterInnerValueKey

The parameters are passed as the (outerValue, innerValue, outerKey, innerKey).
Author: Elliot Levin ([email protected])
Inheritance: extends ParameterBase
Afficher le fichier Open project: timetoogo/pinq

Protected Properties

Свойство Type Description
$innerKey Pinq\Expressions\ParameterExpression | null
$innerValue Pinq\Expressions\ParameterExpression | null
$outerKey Pinq\Expressions\ParameterExpression | null
$outerValue Pinq\Expressions\ParameterExpression | null

Méthodes publiques

Méthode Description
__construct ( array $parameterExpressions )
getInnerKey ( ) : ParameterExpression | null
getInnerValue ( ) : ParameterExpression | null
getOuterKey ( ) : ParameterExpression | null
getOuterValue ( ) : ParameterExpression | null
hasInnerKey ( ) : boolean
hasInnerValue ( ) : boolean
hasOuterKey ( ) : boolean
hasOuterValue ( ) : boolean

Method Details

__construct() public méthode

public __construct ( array $parameterExpressions )
$parameterExpressions array

getInnerKey() final public méthode

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

getInnerValue() final public méthode

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

getOuterKey() final public méthode

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

getOuterValue() final public méthode

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

hasInnerKey() final public méthode

final public hasInnerKey ( ) : boolean
Résultat boolean

hasInnerValue() final public méthode

final public hasInnerValue ( ) : boolean
Résultat boolean

hasOuterKey() final public méthode

final public hasOuterKey ( ) : boolean
Résultat boolean

hasOuterValue() final public méthode

final public hasOuterValue ( ) : boolean
Résultat boolean

Property Details

$innerKey protected_oe property

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

$innerValue protected_oe property

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

$outerKey protected_oe property

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

$outerValue protected_oe property

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