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
Exibir arquivo Open project: timetoogo/pinq

Protected Properties

Property Type Description
$innerKey Pinq\Expressions\ParameterExpression | null
$innerValue Pinq\Expressions\ParameterExpression | null
$outerKey Pinq\Expressions\ParameterExpression | null
$outerValue Pinq\Expressions\ParameterExpression | null

Public Methods

Method 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 method

public __construct ( array $parameterExpressions )
$parameterExpressions array

getInnerKey() final public method

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

getInnerValue() final public method

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

getOuterKey() final public method

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

getOuterValue() final public method

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

hasInnerKey() final public method

final public hasInnerKey ( ) : boolean
return boolean

hasInnerValue() final public method

final public hasInnerValue ( ) : boolean
return boolean

hasOuterKey() final public method

final public hasOuterKey ( ) : boolean
return boolean

hasOuterValue() final public method

final public hasOuterValue ( ) : boolean
return boolean

Property Details

$innerKey protected_oe property

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

$innerValue protected_oe property

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

$outerKey protected_oe property

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

$outerValue protected_oe property

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