PHP 클래스 Pinq\Providers\DSL\Compilation\Parameters\CompiledRequestQueryHasher

저자: Elliot Levin ([email protected])
상속: implements Pinq\Providers\DSL\Compilation\Parameters\IParameterHasher
파일 보기 프로젝트 열기: timetoogo/pinq

보호된 프로퍼티들

프로퍼티 타입 설명
$evaluationContext Pinq\Expressions\IEvaluationContext | null

공개 메소드들

메소드 설명
__construct ( Pinq\Expressions\IEvaluationContext $evaluationContext = null )
hash ( $value )

메소드 상세

__construct() 공개 메소드

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

hash() 공개 메소드

public hash ( $value )

프로퍼티 상세

$evaluationContext 보호되어 있는 프로퍼티

protected IEvaluationContext,Pinq\Expressions|null $evaluationContext
리턴 Pinq\Expressions\IEvaluationContext | null