PHP Class Pinq\Queries\Functions\Parameters\ValueKey

The parameters are passed as the (value, key).
Author: Elliot Levin ([email protected])
Inheritance: extends ParameterBase
ファイルを表示 Open project: timetoogo/pinq

Protected Properties

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

Public Methods

Method Description
__construct ( array $parameterExpressions )
getKey ( ) : ParameterExpression | null
getValue ( ) : ParameterExpression | null
hasKey ( ) : boolean
hasValue ( ) : boolean

Method Details

__construct() public method

public __construct ( array $parameterExpressions )
$parameterExpressions array

getKey() final public method

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

getValue() final public method

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

hasKey() final public method

final public hasKey ( ) : boolean
return boolean

hasValue() final public method

final public hasValue ( ) : boolean
return boolean

Property Details

$key protected_oe property

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

$value protected_oe property

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