PHP Интерфейс Pinq\Providers\DSL\Compilation\Parameters\IQueryParameter

Автор: Elliot Levin ([email protected])
Показать файл Открыть проект

Открытые методы

Метод Описание
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