PHP Class Pinq\Providers\DSL\Compilation\StaticQueryTemplate

Author: Elliot Levin ([email protected])
Inheritance: extends QueryTemplate, implements Pinq\Providers\DSL\Compilation\IStaticQueryTemplate
Datei anzeigen Open project: timetoogo/pinq Class Usage Examples

Protected Properties

Property Type Description
$compiledQuery Pinq\Providers\DSL\Compilation\ICompiledQuery

Public Methods

Method Description
__construct ( Pinq\Queries\IParameterRegistry $parameters, Pinq\Providers\DSL\Compilation\ICompiledQuery $compiledQuery )
getCompiledQuery ( )

Method Details

__construct() public method

public __construct ( Pinq\Queries\IParameterRegistry $parameters, Pinq\Providers\DSL\Compilation\ICompiledQuery $compiledQuery )
$parameters Pinq\Queries\IParameterRegistry
$compiledQuery Pinq\Providers\DSL\Compilation\ICompiledQuery

getCompiledQuery() public method

public getCompiledQuery ( )

Property Details

$compiledQuery protected_oe property

protected ICompiledQuery,Pinq\Providers\DSL\Compilation $compiledQuery
return Pinq\Providers\DSL\Compilation\ICompiledQuery