PHP 인터페이스 Pinq\Providers\DSL\Compilation\Parameters\IQueryParameter

저자: Elliot Levin ([email protected])
파일 보기 프로젝트 열기: timetoogo/pinq

공개 메소드들

메소드 설명
evaluate ( Pinq\Queries\IResolvedParameterRegistry $parameters, string &$hash ) : mixed Gets the query parameter value with the supplied resolved parameters.
getData ( ) : mixed Gets any associated data of the parameter.
hash ( Pinq\Queries\IResolvedParameterRegistry $parameters ) : string Returns a unique identifier of the query parameter according the resolved values.

메소드 상세

evaluate() 공개 메소드

A unique identifier is assigned to the $hash parameter.
public evaluate ( Pinq\Queries\IResolvedParameterRegistry $parameters, string &$hash ) : mixed
$parameters Pinq\Queries\IResolvedParameterRegistry
$hash string The hash will be set to this variable
리턴 mixed The parameter value

getData() 공개 메소드

Gets any associated data of the parameter.
public getData ( ) : mixed
리턴 mixed

hash() 공개 메소드

Returns a unique identifier of the query parameter according the resolved values.
public hash ( Pinq\Queries\IResolvedParameterRegistry $parameters ) : string
$parameters Pinq\Queries\IResolvedParameterRegistry
리턴 string