PHP Interface Pinq\Queries\IParameterRegistry

Author: Elliot Levin ([email protected])
Inheritance: extends Countable
Datei anzeigen Open project: timetoogo/pinq

Public Methods

Method 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 method

Gets the array of parameter identifiers.
public getParameters ( ) : string[]
return string[]

resolve() public method

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
return Pinq\Queries\IResolvedParameterRegistry