PHP Interface Pinq\Providers\DSL\Compilation\ICompiledQuery

The compiled query is a parametrized query ready to be executed against a set of parameters.
Author: Elliot Levin ([email protected])
Datei anzeigen Open project: timetoogo/pinq

Public Methods

Method Description
getParameterRegistry ( ) : ParameterRegistry Gets the parameter registry of the compiled query.

Method Details

getParameterRegistry() public method

Gets the parameter registry of the compiled query.
public getParameterRegistry ( ) : ParameterRegistry
return Pinq\Providers\DSL\Compilation\Parameters\ParameterRegistry