PHP Interface Pinq\Providers\DSL\Compilation\IStaticQueryTemplate

Author: Elliot Levin ([email protected])
Inheritance: extends Pinq\Providers\DSL\Compilation\IQueryTemplate
Show file Open project: timetoogo/pinq

Public Methods

Method Description
getCompiledQuery ( ) : Pinq\Providers\DSL\Compilation\ICompiledQuery Gets the compiled query object.
getQuery ( ) : null

Method Details

getCompiledQuery() public method

Gets the compiled query object.
public getCompiledQuery ( ) : Pinq\Providers\DSL\Compilation\ICompiledQuery
return Pinq\Providers\DSL\Compilation\ICompiledQuery

getQuery() public method

public getQuery ( ) : null
return null