PHP Interface Pinq\Queries\IParameterRegistry

Author: Elliot Levin ([email protected])
Inheritance: extends Countable
Afficher le fichier Open project: timetoogo/pinq

Méthodes publiques

Méthode Description
getParameters ( ) : string[] Gets the array of parameter identifiers.
resolve ( Pinq\Queries\IResolvedQuery $resolvedQuery ) : Pinq\Queries\IResolvedParameterRegistry Returns the resolved parameters with the values from the supplied resolved query parameters.

Method Details

getParameters() public méthode

Gets the array of parameter identifiers.
public getParameters ( ) : string[]
Résultat string[]

resolve() public méthode

Returns the resolved parameters with the values from the supplied resolved query parameters.
public resolve ( Pinq\Queries\IResolvedQuery $resolvedQuery ) : Pinq\Queries\IResolvedParameterRegistry
$resolvedQuery Pinq\Queries\IResolvedQuery
Résultat Pinq\Queries\IResolvedParameterRegistry