PHP Class Pinq\Providers\DSL\Compilation\Parameters\CompiledRequestQueryHasher

Author: Elliot Levin ([email protected])
Inheritance: implements Pinq\Providers\DSL\Compilation\Parameters\IParameterHasher
Datei anzeigen Open project: timetoogo/pinq

Protected Properties

Property Type Description
$evaluationContext Pinq\Expressions\IEvaluationContext | null

Public Methods

Method Description
__construct ( Pinq\Expressions\IEvaluationContext $evaluationContext = null )
hash ( $value )

Method Details

__construct() public method

public __construct ( Pinq\Expressions\IEvaluationContext $evaluationContext = null )
$evaluationContext Pinq\Expressions\IEvaluationContext

hash() public method

public hash ( $value )

Property Details

$evaluationContext protected_oe property

protected IEvaluationContext,Pinq\Expressions|null $evaluationContext
return Pinq\Expressions\IEvaluationContext | null